Skip to content

Commit de1f037

Browse files
authored
Feedback fix (#4071)
* remove additional template * template issue fix attempt 2
1 parent aa243b7 commit de1f037

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: "Post a documentation issue"
2+
title: "Feedback"
3+
description: >-
4+
Post an issue specific to Windows developer documentation.
5+
labels:
6+
- "needs-triage"
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: "## Enter your feedback"
11+
- type: markdown
12+
attributes:
13+
value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue.
14+
- type: dropdown
15+
id: issue-type
16+
attributes:
17+
label: Type of issue
18+
options:
19+
- Typo
20+
- Code doesn't work
21+
- Missing information
22+
- Outdated article
23+
- Other (describe below)
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: userfeedback
28+
validations:
29+
required: true
30+
attributes:
31+
label: Feedback
32+
description: >-
33+
If possible, please provide extended details that will add context and help the team update
34+
the documentation. Additional details not needed for typos, grammar, formatting, etc.
35+
For technical or factual errors, please include code snippets and output to show how the
36+
documentation is incorrect.

hub/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/contribute/content/how-to-write-quick-edits",
3030
"open_source_feedback_issueTitle": "",
3131
"open_source_feedback_issueLabels": "needs-triage",
32-
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/windows-dev-docs/issues/new?template=01-customer-feedback.yml",
32+
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/windows-dev-docs/issues/new?template=00-customer-feedback.yml",
3333
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/windows/images/windows11.svg",
3434
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/windows/images/windows11.svg",
3535
"open_source_feedback_productName": "Windows developer",

0 commit comments

Comments
 (0)