Skip to content

Commit 289186b

Browse files
committed
im changing this up
1 parent f14a9aa commit 289186b

File tree

3 files changed

+84
-4
lines changed

3 files changed

+84
-4
lines changed

.github/ISSUE_TEMPLATE/bugs.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,29 @@ body:
1010
required: true
1111

1212
- type: dropdown
13-
id: Measures
13+
id: outdatedBuildCheck
1414
attributes:
15-
label: 'Did you see if the "bug" occurs on the latest commit?'
15+
label: "Did you check if the problem occurs in the latest build?"
16+
options:
17+
- "Yes"
18+
- "No"
19+
validations:
20+
required: true
21+
22+
- type: dropdown
23+
id: knownIssueCheck
24+
attributes:
25+
label: "Did you check if there's a problem that you are trying to figure out on (this issue)[https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/359]?"
26+
options:
27+
- "No"
28+
- "Yes"
29+
validations:
30+
required: true
31+
32+
- type: dropdown
33+
id: dupeCheck
34+
attributes:
35+
label: "Did you check if there's any similar issues?"
1636
options:
1737
- "No"
1838
- "Yes"

.github/ISSUE_TEMPLATE/help.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,37 @@ body:
55
- type: textarea
66
id: description
77
attributes:
8-
label: "Describe your problem here. If you are modding, please try testing your problem in a clean version of the engine instead, this ensures the problem is actually caused by the engine itself. Also, if you're using an older version of JSE, please try the latest action build in the Actions tab or the latest release build. The issue has probably been fixed since that version. Oh yeah, and also be sure to check the pinned 'JS Engine: Known Issues' issue, to double check if your issue hasn't already been found!"
8+
label: "Describe your problem here."
9+
validations:
10+
required: true
11+
12+
- type: dropdown
13+
id: outdatedBuildCheck
14+
attributes:
15+
label: "Did you check if the problem occurs in the latest build?"
16+
options:
17+
- "Yes"
18+
- "No"
19+
validations:
20+
required: true
21+
22+
- type: dropdown
23+
id: knownIssueCheck
24+
attributes:
25+
label: "Did you check if there's a problem that you are trying to figure out on (this issue)[https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/359]?"
26+
options:
27+
- "No"
28+
- "Yes"
29+
validations:
30+
required: true
31+
32+
- type: dropdown
33+
id: dupeCheck
34+
attributes:
35+
label: "Did you check if there's any similar issues?"
36+
options:
37+
- "No"
38+
- "Yes"
939
validations:
1040
required: true
1141

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,34 @@ body:
66
attributes:
77
label: What is your question?
88
validations:
9-
required: true
9+
required: true
10+
11+
- type: dropdown
12+
id: outdatedBuildCheck
13+
attributes:
14+
label: "Did you check if the problem occurs in the latest build?"
15+
options:
16+
- "Yes"
17+
- "No"
18+
validations:
19+
required: true
20+
21+
- type: dropdown
22+
id: knownIssueCheck
23+
attributes:
24+
label: "Did you check if there's a problem that you are trying to figure out on (this issue)[https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/359]?"
25+
options:
26+
- "No"
27+
- "Yes"
28+
validations:
29+
required: true
30+
31+
- type: dropdown
32+
id: dupeCheck
33+
attributes:
34+
label: "Did you check if there's any similar issues?"
35+
options:
36+
- "No"
37+
- "Yes"
38+
validations:
39+
required: true

0 commit comments

Comments
 (0)