Skip to content

Commit 2c382f4

Browse files
Created issue template for documentation issues (#1631)
When a docs issue is found is it a bug report or feature request?? not really. And the page URL and browser is pretty important. So lets have a new template for docs issues
1 parent a9d93ff commit 2c382f4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/docs_issue.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Docs Issue
3+
about: 'Report an issue you found in the documentation'
4+
title: 'Docs: '
5+
labels: area/documentation
6+
assignees: ''
7+
---
8+
## Page URL
9+
10+
<!-- What is the URL of the page in question. -->
11+
12+
## Page Location
13+
14+
<!-- Where on the page can we find this. e.g. a particular heading tag. -->
15+
16+
## Describe the Issue
17+
18+
<!-- A clear and concise description of what the issue with the docs is. -->
19+
20+
## Screenshots
21+
22+
<!-- If applicable, add screenshots to help explain what you are seeing. -->
23+
24+
## Suggested Solution
25+
26+
<!-- A clear and concise description of what you would prefer. -->
27+
28+
## Your Environment
29+
30+
<!-- What OS and browser are you using -->
31+
32+
## Additional Context
33+
34+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)