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:",