File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments