Skip to content

Commit 06d5300

Browse files
authored
yeahhh
im making separating some shit
1 parent 696fc1d commit 06d5300

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/bugs.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ body:
55
- type: textarea
66
id: description
77
attributes:
8-
label: "Describe your bug here. If you are modding, try testing your bug in a clean version of the engine instead. Also, if you're using an older version of JSE, please try the latest version/action build. Also, be sure to check the pinned 'JS Engine: Known Issues' issue, to check if your issue hasn't already been found!"
8+
label: "Describe your bug here."
9+
validations:
10+
required: true
11+
12+
- type: dropdown
13+
id: Measures
14+
attributes:
15+
label: 'Did you see if the "bug" occurs on the latest commit?'
16+
options:
17+
- Yes
18+
- No
919
validations:
1020
required: true
1121

0 commit comments

Comments
 (0)