8000 add: doc issue · FahimFBA/JavaScript@0fea354 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fea354

Browse files
committed
add: doc issue
1 parent 0e8e5f4 commit 0fea354

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/doc_issue.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 📄 Documentation
2+
description: Have you found an issue in the documentation? You can use this one!
3+
title: '[DOCS] <description>'
4+
labels: ['documentation']
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Description of the question or issue. Also, make sure to include what you tried and what did not work.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Screenshots if applicable
18+
validations:
19+
required: false

0 commit comments

Comments
 (0)
0