Skip to content

Commit 2687e88

Browse files
committed
feat(doc): add new doc template
1 parent 881f8ab commit 2687e88

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Documentation issue
2+
description: Any issue for documentation
3+
title: ":book: "
4+
labels: ["documentation"]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this documentation issue!
12+
13+
- type: input
14+
id: contact
15+
attributes:
16+
label: Contact Details
17+
description: How can we get in touch with you if we need more info?
18+
placeholder: ex. email@example.com
19+
validations:
20+
required: false
21+
22+
- type: input
23+
id: documentation-version
24+
attributes:
25+
label: Documentation version
26+
description: Set up the version for which the issue is being set
27+
placeholder: dev
28+
validations:
29+
required: true
30+
31+
- type: dropdown
32+
id: type
33+
attributes:
34+
label: Set up issue type
35+
multiple: true
36+
options:
37+
- Bug
38+
- Refactoring
39+
- Feature
40+
41+
- type: textarea
42+
id: issue-description
43+
attributes:
44+
label: Issue description
45+
description: Please, describe issue
46+
validations:
47+
required: true

0 commit comments

Comments
 (0)