Skip to content

Commit 05302ba

Browse files
authored
Update feedback config to reduce empty submissions (#77)
* Update feedback config to reduce empty submissions * Update field id
1 parent c9dc113 commit 05302ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/04-customer-feedback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "📄 Feedback control template"
2-
title: "[Documentation feedback] - "
2+
title: ""
33
description: >-
44
⛔ This template is intended for use by the feedback control on the bottom of every page on the
55
live site. If you aren't using the feedback control, choose one of the other templates.⛔
@@ -25,7 +25,7 @@ body:
2525
validations:
2626
required: true
2727
- type: textarea
28-
id: feedback
28+
id: userfeedback
2929
validations:
3030
required: true
3131
attributes:

powershell-gallery/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs-PSGet",
9292
"feedback_system": "OpenSource",
9393
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide",
94-
"open_source_feedback_issueTitle": "Customer feedback - ",
94+
"open_source_feedback_issueTitle": "",
9595
"open_source_feedback_issueLabels": "needs-triage",
9696
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/PowerShell-Docs-PSGet/issues/new?template=04-customer-feedback.yml",
9797
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",

0 commit comments

Comments
 (0)