From 624162ad3a5efbd47f05e6867c632f606fa2900f Mon Sep 17 00:00:00 2001 From: skgandikota Date: Tue, 22 Nov 2022 16:23:35 +0530 Subject: [PATCH] rephrased changeset to Use from when creating new Documentation Feedback issue. is the default value. Co-authored-by: kcheriyath Co-authored-by: aswathysen Signed-off-by: skgandikota --- .changeset/tender-parrots-cover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tender-parrots-cover.md b/.changeset/tender-parrots-cover.md index 433d030628..5272fcbdce 100644 --- a/.changeset/tender-parrots-cover.md +++ b/.changeset/tender-parrots-cover.md @@ -2,4 +2,4 @@ '@backstage/plugin-techdocs-module-addons-contrib': patch --- -Refactored Report issue body in the tech-doc addons by getting the app title from `appconfig.yml` using `configApiRef`, In case `appTitle` not mentioned app Tile `new const` will default to `Backstage` +Use `app.title` from `app-config.yaml` when creating new Documentation Feedback issue. `Backstage` is the default value.