Skip to content

Commit d8f9cb0

Browse files
authored
Create DOCS Issue Template (#14127)
1 parent 451c271 commit d8f9cb0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/DOCS.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Documentation Issue
2+
description: Report an issue with the NuGet Client documentation
3+
labels: ["Type:Docs", "Triage:Untriaged"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Docs Page URL**
10+
Please provide the URL of the NuGet documentation page where you found the issue.
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description of the Issue
16+
description: A clear and concise description of what the issue is.
17+
placeholder: Describe the issue...
18+
19+
- type: textarea
20+
id: suggested-fix
21+
attributes:
22+
label: Suggested Fix
23+
description: If you have a suggestion for how to fix the issue, please provide it here.
24+
placeholder: Suggest a fix...
25+
26+
- type: textarea
27+
id: additional-context
28+
attributes:
29+
label: Additional Context
30+
description: Add any other context about the problem here.
31+
placeholder: Provide additional context...

0 commit comments

Comments
 (0)