Skip to content

Commit 0ff75e6

Browse files
authored
miscellaneous_V1.yml
An archive of the first version of the miscellaneous issue template file for this project.
1 parent 999f2b6 commit 0ff75e6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)