Skip to content

Commit

Permalink
Update feedback config to reduce empty submissions (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Sep 29, 2023
1 parent c46186a commit ee1a22e
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 dsc/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs-DSC",
"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-DSC/issues/new?template=04-customer-feedback.yml",
"open_source_feedback_productDescription": "The DSC documentation is open source. Select a link to provide feedback:",
Expand Down

0 comments on commit ee1a22e

Please sign in to comment.