From 3ff0acddfd44b542aecf2056880404f0551d3fee Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 29 Sep 2023 14:50:08 -0500 Subject: [PATCH] Update feedback config to reduce empty submissions --- .github/ISSUE_TEMPLATE/04-customer-feedback.yml | 4 ++-- reference/docfx.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml index 3b908ebb5b36..bee8a204d61c 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -1,5 +1,5 @@ name: "📄 Feedback control template" -title: "[Documentation feedback] - " +title: "" description: >- ⛔ This template is intended for use by the feedback control on the bottom of every page on the live site. If you aren't using the feedback control, choose one of the other templates.⛔ @@ -25,7 +25,7 @@ body: validations: required: true - type: textarea - id: feedback + id: userfeedback validations: required: true attributes: diff --git a/reference/docfx.json b/reference/docfx.json index 8dab828c5ac4..a4b274f76eee 100644 --- a/reference/docfx.json +++ b/reference/docfx.json @@ -96,7 +96,7 @@ "feedback_product_url": "https://github.com/PowerShell/PowerShell/issues/new/choose", "feedback_system": "OpenSource", "open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide", - "open_source_feedback_issueTitle": "Customer feedback - ", + "open_source_feedback_issueTitle": "", "open_source_feedback_issueLabels": "needs-triage", "open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/PowerShell-Docs/issues/new?template=04-customer-feedback.yml", "open_source_feedback_productDescription": "PowerShell is an open source project. Select a link to provide feedback:",