Skip to content

Commit 256dca8

Browse files
committed
WOOO ITS WORKING,,,,AGAIN!
now lets try to KEEP it that way.
1 parent c40a67b commit 256dca8

File tree

3,857 files changed

+697828
-265103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,857 files changed

+697828
-265103
lines changed

.github/ISSUE_TEMPLATE/bugs.yml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
name: Bug report
22
description: Report bugs with the engine here
3-
labels: [bug, status: pending triage]
3+
labels: [bug]
44
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."
99
validations:
1010
required: true
1111

1212
- type: textarea
1313
id: terminal
1414
attributes:
15-
label: "Command Prompt/Terminal/Crash logs (if existing)"
16-
validations:
17-
required: false
18-
19-
- type: textarea
20-
id: reproduce
21-
attributes:
22-
label: "Have you identified any steps to reproduce the bug? If so, please describe them below in as much detail as possible. Use images if possible."
15+
label: "Command Prompt/Terminal logs (if existing)"
16+
render: bash
2317
validations:
2418
required: false
2519

@@ -42,8 +36,6 @@ body:
4236
- "Linux"
4337
- "Mac"
4438
- "HTML5"
45-
- "Android"
46-
- "iOS"
4739
- "Flash/Air-based target"
4840
- "Neko, HashLink, or other build system"
4941
validations:
@@ -56,23 +48,3 @@ body:
5648
placeholder: "Yes, I edited ClientPrefs.hx and tried to add a new setting"
5749
validations:
5850
required: true
59-
60-
- type: dropdown
61-
id: oclt
62-
attributes:
63-
label: "If you use 1.12.0 or earlier, did you have Optimized Chart Loading turned on?"
64-
options:
65-
- "Yes"
66-
- "No"
67-
validations:
68-
required: false
69-
70-
- type: dropdown
71-
id: duplicatecheck
72-
attributes:
73-
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."
74-
options:
75-
- "Yes"
76-
- "No"
77-
validations:
78-
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
2-
description: No, i won't add 6K/etc to the engine, stop asking for it. I won't add a Stage Editor neither since you guys already did it using LUA
3-
labels: [enhancement, status: pending triage]
2+
description: No, i won't add 6K/etc to the engine or winning icons, stop asking for it. REQUESTING FOR A STAGE EDITOR WILL RESULT IN A BAN, I ALREADY SAID I WILL DO IT LATER GOD DAMN IT.
3+
labels: [enhancement]
44
body:
55
- type: textarea
66
attributes:
@@ -17,7 +17,7 @@ body:
1717
- Useful feature
1818
- Actual feedback
1919
- A good idea
20-
- Stage Editor and 6K+ support.
20+
- Stage Editor, 6K+ support, and winning icons.
2121
- Better LUA mod support idea
2222
- Code optimization that would make the game faster. (You should make a PR if this is your request, by the way.)
2323
validations:

.github/ISSUE_TEMPLATE/help.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Help me!
22
description: If you need help using the engine.
3-
labels: [help wanted, status: pending triage]
3+
labels: [help wanted]
44
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."
99
validations:
1010
required: true
1111

@@ -28,8 +28,6 @@ body:
2828
- "Windows x86/x32"
2929
- "Linux"
3030
- "Mac"
31-
- "Android"
32-
- "iOS"
3331
- "HTML5/Browser"
3432
- "Flash/Air-based target"
3533
- "Neko, HashLink, or other build system"

.github/ISSUE_TEMPLATE/missing-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Missing Documentation
22
description: Ask for documentation if something is missing.
3-
labels: [documentation, status: pending triage]
3+
labels: [documentation]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Question
22
description: Ask about something here.
3-
labels: [question, status: pending triage]
3+
labels: [question]
44
body:
55
- type: textarea
66
attributes:

.github/PULL_REQUEST_TEMPLATE/bug.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/enhancement.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/autolock.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/label-issue.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)