Skip to content

Commit a3fa109

Browse files
authored
Feedback fix for templates (#4072)
* remove additional template * template issue fix attempt 2 * Fix feedback issues
1 parent de1f037 commit a3fa109

File tree

3 files changed

+103
-1
lines changed

3 files changed

+103
-1
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: "Post a documentation issue from the repo"
2+
title: "Feedback"
3+
description: >-
4+
Post an issue for Windows developer docs. It is generally preferred to use the feedback link from the bottom of the learn.microsoft.com page so that the associated doc is linked, but this works too.
5+
- "needs-triage"
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## Enter your feedback"
10+
- type: markdown
11+
attributes:
12+
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.
13+
- type: dropdown
14+
id: issue-type
15+
attributes:
16+
label: Type of issue
17+
options:
18+
- Typo
19+
- Code doesn't work
20+
- Missing information
21+
- Outdated article
22+
- Other (describe below)
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: userfeedback
27+
validations:
28+
required: true
29+
attributes:
30+
label: Feedback
31+
description: >-
32+
If possible, please provide extended details that will add context and help the team update
33+
the documentation. Additional details not needed for typos, grammar, formatting, etc.
34+
For technical or factual errors, please include code snippets and output to show how the
35+
documentation is incorrect.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: "Post a documentation issue"
2+
title: "Feedback"
3+
description: >-
4+
Post an issue specific to Windows dev docs. ⛔ This template connects to the feedback link on the bottom of learn.microsoft.com. If posting an issue from the GitHub repo, choose a different template.⛔
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.
37+
- type: markdown
38+
attributes:
39+
value: "## 🚧 Article information 🚧"
40+
- type: markdown
41+
attributes:
42+
value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*."
43+
- type: input
44+
id: pageUrl
45+
validations:
46+
required: true
47+
attributes:
48+
label: Page URL
49+
- type: input
50+
id: contentSourceUrl
51+
validations:
52+
required: true
53+
attributes:
54+
label: Content source URL
55+
- type: input
56+
id: author
57+
validations:
58+
required: true
59+
attributes:
60+
label: Author
61+
description: GitHub Id of the author
62+
- type: input
63+
id: documentVersionIndependentId
64+
validations:
65+
required: true
66+
attributes:
67+
label: Document Id

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=00-customer-feedback.yml",
32+
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/windows-dev-docs/issues/new?template=1-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)