Skip to content

Commit c0598f8

Browse files
committed
feat: enhance issue templates with additional fields for better reporting
1 parent 1f56aa9 commit c0598f8

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,43 @@
11
name: Behavior Bug or Plugin Incompatibility
22
description: Report issues with plugin incompatibility or other behavior related issues.
33
labels: [ "status: needs triage", "type: bug" ]
4+
projects: ["OneLiteFeatherNET/6"]
5+
assignees: ["OneLiteFeatherNET/antiredstoneclock-remastered-triage"]
46
body:
57
- type: textarea
8+
id: server-logs
69
attributes:
710
label: Server Logs
811
description: |
912
Upload your server log from `logs/latest.log` here
1013
validations:
1114
required: true
1215
- type: textarea
16+
id: expected-behavior
1317
attributes:
1418
label: Expected behavior
1519
description: What you expected to see.
1620
validations:
1721
required: true
1822

1923
- type: textarea
24+
id: actual-behavior
2025
attributes:
2126
label: Actual behavior
2227
description: What you actually saw.
2328
validations:
2429
required: true
2530

2631
- type: textarea
32+
config: steps-to-reproduce
2733
attributes:
2834
label: Steps to reproduce
2935
description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
3036
validations:
3137
required: true
3238

3339
- type: textarea
40+
id: plugin-and-datapack-list
3441
attributes:
3542
label: Plugin and Datapack List
3643
description: |
@@ -40,6 +47,7 @@ body:
4047
required: true
4148

4249
- type: textarea
50+
id: paper-version
4351
attributes:
4452
label: Paper version
4553
description: |
@@ -61,6 +69,7 @@ body:
6169
validations:
6270
required: true
6371
- type: textarea
72+
id: plugin-version
6473
attributes:
6574
label: Plugin version
6675
description: |
@@ -80,6 +89,7 @@ body:
8089
validations:
8190
required: true
8291
- type: textarea
92+
id: other-information
8393
attributes:
8494
label: Other
8595
description: |
@@ -89,6 +99,7 @@ body:
8999
required: false
90100

91101
- type: markdown
102+
id: pre-submission-checklist
92103
attributes:
93104
value: |
94105
Before submitting this issue, please ensure the following:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
11
name: Feature Request
22
description: Suggest an idea for AntiRedstoneClock-Remastered
33
labels: [ "status: needs triage", "type: feature" ]
4+
projects: ["OneLiteFeatherNET/6"]
5+
assignees: ["OneLiteFeatherNET/antiredstoneclock-remastered-triage"]
46
body:
57
- type: markdown
8+
id: intro
69
attributes:
710
value: |
811
Thank you for filling out a feature request for AntiRedstoneClock-Remastered! Please be as detailed as possible so that we may consider and review the request easier.
912
We ask that you search all the issues to avoid a duplicate feature request. If one exists, please reply if you have anything to add.
1013
Before requesting a new feature, please make sure you are using the latest version and that the feature you are requesting is not already in AntiRedstoneClock-Remastered.
1114
1215
- type: textarea
16+
id: problem-context
1317
attributes:
1418
label: Is your feature request related to a problem?
1519
description: Please give some context for this request. Why do you want it added?
1620
validations:
1721
required: true
1822

1923
- type: textarea
24+
id: solution-description
2025
attributes:
2126
label: Describe the solution you'd like.
2227
description: A clear and concise description of what you want.
2328
validations:
2429
required: true
2530

2631
- type: textarea
32+
id: alternatives-considered
2733
attributes:
2834
label: Describe alternatives you've considered.
2935
description: List any alternatives you might have tried to get the feature you want.
3036
validations:
3137
required: true
3238

3339
- type: textarea
40+
id: additional-context
3441
attributes:
3542
label: Other
3643
description: Add any other context or screenshots about the feature request below.
3744
validations:
3845
required: false
3946

4047
- type: markdown
48+
id: search-reminder
4149
attributes:
4250
value: |
4351
Before submitting this feature request, please search our issue tracker to ensure your feature has not

0 commit comments

Comments
 (0)