Skip to content

Commit 27a5526

Browse files
authored
epic
1 parent 0759a54 commit 27a5526

File tree

5 files changed

+40
-8
lines changed

5 files changed

+40
-8
lines changed

.github/ISSUE_TEMPLATE/bugs.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ body:
1919
validations:
2020
required: true
2121

22+
- type: dropdown
23+
id: commitBuildCheck
24+
attributes:
25+
label: "Commit build or Release build?"
26+
options:
27+
- "Commit Build"
28+
- "Release build"
29+
validations:
30+
required: true
31+
2232
- type: dropdown
2333
id: knownIssueCheck
2434
attributes:
@@ -51,7 +61,8 @@ body:
5161
- type: textarea
5262
id: reproduce
5363
attributes:
54-
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."
64+
label: "Have you identified any steps to reproduce the bug?"
65+
description: "If there is, please describe them below in as much detail as possible. Use images if possible."
5566
validations:
5667
required: false
5768

@@ -62,7 +73,7 @@ body:
6273
options:
6374
- Lua
6475
- Source
65-
- None (not modding with either/not using any mods)
76+
- I'm not modding (Base game issue)
6677
validations:
6778
required: true
6879

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature Request
2-
description: "Make an issue to either add or fix something"
2+
description: "Make an issue to either add or fix something."
33
labels: [enhancement, status: pending triage]
44
body:
55
- type: textarea

.github/ISSUE_TEMPLATE/help.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Help me!
22
description: If you need help using the engine.
3-
labels: [help wanted, status: pending triage]
3+
labels: ["help wanted", "status: pending triage"]
44
body:
55
- type: textarea
66
id: description
@@ -19,6 +19,16 @@ body:
1919
validations:
2020
required: true
2121

22+
- type: dropdown
23+
id: commitBuildCheck
24+
attributes:
25+
label: "Commit build or Release build?"
26+
options:
27+
- "Commit Build"
28+
- "Release build"
29+
validations:
30+
required: true
31+
2232
- type: dropdown
2333
id: knownIssueCheck
2434
attributes:

.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", "status: pending triage"]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 14 additions & 3 deletions
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", "status: pending triage"]
44
body:
55
- type: textarea
66
attributes:
@@ -19,11 +19,21 @@ body:
1919
validations:
2020
required: true
2121

22+
- type: dropdown
23+
id: commitBuildCheck
24+
attributes:
25+
label: "Commit build or Release build?"
26+
options:
27+
- "Commit Build"
28+
- "Release build"
29+
validations:
30+
required: true
31+
2232
- type: dropdown
2333
id: knownIssueCheck
2434
attributes:
25-
label: "Did you check if there's a problem that you are trying to figure out on the issue linked below?"
26-
description: "[Click me here.](https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/359)"
35+
label: "Did you check if the problem is in the pinned issue?"
36+
description: "[Click me here to check if there is.](https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/1031)"
2737
options:
2838
- "No"
2939
- "Yes"
@@ -34,6 +44,7 @@ body:
3444
id: dupeCheck
3545
attributes:
3646
label: "Did you check if there's any similar issues?"
47+
description: "Go to the search bar on the issues tab and see if there is."
3748
options:
3849
- "No"
3950
- "Yes"

0 commit comments

Comments
 (0)