Skip to content

Commit 98cf46b

Browse files
authored
Add repo specific template (#4068)
1 parent 845655c commit 98cf46b

File tree

5 files changed

+40
-23
lines changed

5 files changed

+40
-23
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.

.github/ISSUE_TEMPLATE/customer-feedback.yml renamed to .github/ISSUE_TEMPLATE/01-customer-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Post a documentation issue"
22
title: "Feedback"
33
description: >-
4-
Post an issue specific to Windows developer documentation.
4+
Post an issue specific to Windows developer documentation. ⛔ This template is intended for use by the feedback link on the bottom of the documentation page on learn.microsoft.com. If you are submitting an issue using the GitHub repo, choose one of the other templates.⛔
55
labels:
66
- "needs-triage"
77
body:

hub/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
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=customer-feedback.yml",
33-
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/windows/windows11.svg",
34-
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/windows/windows11.svg",
32+
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/windows-dev-docs/issues/new?template=01-customer-feedback.yml",
33+
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/windows/images/windows11.svg",
34+
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/windows/images/windows11.svg",
3535
"open_source_feedback_productName": "Windows developer",
3636
"zone_pivot_group_filename": "apps/zone-pivot-groups.json",
3737
"_op_documentIdPathDepotMapping": {
File renamed without changes.

windows11.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)