Skip to content

Commit

Permalink
Update feedback config to reduce empty submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Sep 29, 2023
1 parent ac10c23 commit 3ff0acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/04-customer-feedback.yml
Original file line number Diff line number Diff line change
@@ -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.⛔
Expand All @@ -25,7 +25,7 @@ body:
validations:
required: true
- type: textarea
id: feedback
id: userfeedback
validations:
required: true
attributes:
Expand Down
2 changes: 1 addition & 1 deletion reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:",
Expand Down

0 comments on commit 3ff0acd

Please sign in to comment.