Skip to content

Commit 83136b7

Browse files
Update bugs.yml
2,222nd commit
1 parent 6e7cadd commit 83136b7

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/ISSUE_TEMPLATE/bugs.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
- type: dropdown
2323
id: knownIssueCheck
2424
attributes:
25-
label: "Did you check if there's a problem that you are trying to figure out?"
25+
label: "Did you check if this issue is already known?"
2626
description: "[Click me here to see the Known Issues and Fixes. Please?](https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/359)"
2727
options:
2828
- "No"
@@ -33,7 +33,7 @@ body:
3333
- type: dropdown
3434
id: dupeCheck
3535
attributes:
36-
label: "Did you check if there's any similar issues?"
36+
label: "Did you check for any similar issues? Check first. If there is one, then do not report the issue, or it will be marked as a duplicate."
3737
options:
3838
- "No"
3939
- "Yes"
@@ -73,7 +73,6 @@ body:
7373
- "Windows"
7474
- "Linux"
7575
- "Mac"
76-
#- "HTML5" # i like how this doesnt work and its still on this template
7776
- "Android"
7877
- "iOS"
7978
- "Flash/Air-based target"
@@ -88,23 +87,3 @@ body:
8887
placeholder: "Yes, I edited ClientPrefs.hx and tried to add a new setting"
8988
validations:
9089
required: true
91-
92-
- type: dropdown
93-
id: oclt
94-
attributes:
95-
label: "If you use 1.12.0 or earlier, did you have Optimized Chart Loading turned on?"
96-
options:
97-
- "Yes"
98-
- "No"
99-
validations:
100-
required: false
101-
102-
- type: dropdown
103-
id: duplicatecheck
104-
attributes:
105-
label: "Did you check for any similar issues to what you're reporting? Check, then come back here. If there is a similar issue, then do not report the issue, otherwise it will be marked as a duplicate."
106-
options:
107-
- "Yes"
108-
- "No"
109-
validations:
110-
required: true

0 commit comments

Comments
 (0)