Skip to content

Commit 09df501

Browse files
chore: add docs issue template
1 parent eab6546 commit 09df501

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: 📄 Docs
2+
description: Found an issue in the documentation? You can use this one!
3+
title: "[Docs]: <title>"
4+
labels: ['documentation']
5+
6+
body:
7+
8+
- type: markdown
9+
id: greet
10+
attributes:
11+
value: |
12+
Thanks for stopping by to let us know something could be better!
13+
<br>
14+
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Description
19+
description: |
20+
A brief description of the question or issue, also include what you tried and what didn't work.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: screenshots
26+
attributes:
27+
label: Screenshots
28+
description: |
29+
Please add screenshots if applicable.
30+
31+
Tip: You can attach images or files by clicking this area to highlight it and then dragging files in.
32+
validations:
33+
required: false
34+
35+
- type: textarea
36+
id: extra_info
37+
attributes:
38+
label: Additional information
39+
description: |
40+
Is there anything else we should know about this issue?
41+
validations:
42+
required: false

0 commit comments

Comments
 (0)