Skip to content

Commit edd8f35

Browse files
Updated the Github issue templates (#396)
* Updated the incompatibilty report form Updated it by adding more detailed questions, making it have better wording, and rewrote some sentences. This will make submitting a Incompatibility report easier, and assessing the report easier as well. * Updated the feature request template Improved the wording and grammar and overall made it easier for someone to fill out, and after the fact have someone analyze and accurately determine the request. * Updated the enchancment template It seems like this was copied right from the feature request template, so I improved both wording and grammar, and also edited the questions slightly to be more enchantment specific. * Enhanced the bug report template Just improved wording a little bit.
1 parent c752c5f commit edd8f35

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

Diff for: .github/ISSUE_TEMPLATE/BUG_REPORT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels: bug, -module
77
**Describe the bug**
88
<!-- A clear and concise description of what the bug is. -->
99

10-
**To Reproduce**
10+
**Steps to reproduce the bug**
1111
<!-- Steps to reproduce the behavior: -->
1212

1313
1. Go to '...'
@@ -19,7 +19,7 @@ labels: bug, -module
1919
<!-- A clear and concise description of what you expected to happen. -->
2020

2121
**Debug info**
22-
<!-- A screenshot or copy of the `;tsc` command output is required for valid bug reports -->
22+
<!-- A screenshot or copy of the `;tsc` command output is required for your bug report to be reviewed. -->
2323

2424
**Additional context / media**
2525
<!-- Add any other context about the problem here, such as a video or screenshot. -->

Diff for: .github/ISSUE_TEMPLATE/ENHANCEMENT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ about: Suggest an idea for a feature
44
labels: enhancement, -module
55
---
66

7-
**Is your feature request related to a problem? Please describe.**
7+
**Is your enhancement request related to a problem? Please describe.**
88
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
99

10-
**Describe the solution you'd like**
10+
**Describe the solution you'd like in order to enchance your experience.**
1111
<!-- A clear and concise description of what you want to happen. -->
1212

1313
**Describe alternatives you've considered**
1414
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1515

1616
**Additional context**
17-
<!-- Add any other context or screenshots about the feature request here. -->
17+
<!-- Add any other context or media about the enchancement request here. -->

Diff for: .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ about: Suggest an idea for this project
44
labels: new, -module
55
---
66

7-
**Is your feature request related to a problem? Please describe.**
7+
**Is your feature request related to a problem? Please elaborate.**
88
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
99

10-
**Describe the solution you'd like**
10+
**Describe the solution or feature you'd like implemented.**
1111
<!-- A clear and concise description of what you want to happen. -->
1212

13-
**Describe alternatives you've considered**
13+
**Describe alternatives you've considered.**
1414
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1515

16-
**Additional context**
17-
<!-- Add any other context or screenshots about the feature request here. -->
16+
**Additional context:**
17+
<!-- Add any other context or media about the feature request here. -->

Diff for: .github/ISSUE_TEMPLATE/INCOMPATIBILITY_REPORT.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ about: Module incompatibility or incompatible with another Forge mod
44
labels: -incompatible
55
---
66

7-
**What mod?**
8-
<!-- A clear and concise description of what module it is. -->
7+
**What mod/module causes an issue?**
8+
<!-- Mention the problematic mod/module here. -->
99

10-
**Logs**
11-
<!-- Please add logs or your issue will be closed. -->
10+
**What issue is caused?**
11+
<!-- Provide a clear and concise description of the issue -->
12+
13+
**Please attach your Minecraft logs**
14+
<!-- Please add logs or your issue will be closed, as we need to see the logs to accurately troubleshoot. -->
1215

1316
**Additional context**
14-
<!-- Add any other context about the problem here. -->
17+
<!-- Add any other context about the problem here, such as a more detailed description, or attach related media. -->

0 commit comments

Comments
 (0)