File tree 1 file changed +29
-0
lines changed
OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Miscellaneous
2
+ description : Write a general issue without too much questioning
3
+ body :
4
+ - type : markdown
5
+ attributes :
6
+ value : |
7
+ Unknown
8
+ - type : checkboxes
9
+ attributes :
10
+ label : Prerequisites
11
+ description : |
12
+ To rule out invalid issues, confirm and check each one of the checkboxes.
13
+ options :
14
+ - label : I verified that this is not an existing issue
15
+ required : true
16
+ - label : This is not a question, poll, or discussion
17
+ required : true
18
+ - label : I checked the documentation to understand that the issue I report is not a normal behavior
19
+ required : true
20
+ - type : textarea
21
+ attributes :
22
+ label : Description
23
+ description : Your issue description. Make sure to utilize Markdown to make your life easier :)
24
+ validations :
25
+ required : true
26
+ # File info
27
+ # File type: GitHub bug report issue template (*.yml)
28
+ # File version: 1 (2022, Wednesday, November 23rd at 6:31 pm PST)
29
+ # Line count (including blank lines and compiler line): 30
You can’t perform that action at this time.
0 commit comments