Skip to content

Commit 28f61be

Browse files
authored
🔀 Improved issue templates (#386)
2 parents 57b5c8c + 164f607 commit 28f61be

File tree

2 files changed

+50
-21
lines changed

2 files changed

+50
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,56 @@
11
---
2-
name: Bug report
2+
name: '🐛 Bug report'
33
about: Report an issue you encountered while using Animated Java
4-
title: '[BUG] <Bug Name>'
5-
labels: bug
6-
assignees: ''
4+
title: '🐛 [YOUR TITLE HERE]'
5+
labels: '🐛 Bug'
6+
assignees: 'SnaveSutit'
77
---
88

9-
**Describe the bug**
9+
> [!IMPORTANT] Before Submitting a Bug Report...
10+
> Before submitting a bug report, please ensure that you have reviewed the [troubleshooting guide](https://animated-java.dev/docs/troubleshooting/) and have searched the [existing issues](https://github.com/Animated-Java/animated-java/issues) to see if your issue has already been reported or resolved.
11+
>
12+
> This block of text should be removed before submitting the issue. If it is not removed, the issue may be closed without further investigation.
13+
14+
## Describe the bug
15+
1016
A clear and concise description of what the bug is.
1117

12-
**To Reproduce**
18+
## To Reproduce
19+
1320
Steps to reproduce the behavior:
1421

1522
1. Go to '...'
1623
2. Click on '....'
1724
3. Scroll down to '....'
1825
4. See error
1926

20-
**Expected behavior**
27+
## Expected behavior
28+
2129
A clear and concise description of what you expected to happen.
2230

23-
**Error Message**
31+
## Error Message
2432

2533
```
2634
Paste the message the error displayed when it occurred (if applicable)
2735
```
2836

29-
**Screenshots**
37+
## Screenshots
38+
3039
If applicable, add screenshots to help explain your problem.
3140

32-
**Desktop (please complete the following information):**
41+
## Environment
42+
43+
> _Please complete the following information. You may remove any items that aren't applicable, but please provide as much information as possible._
44+
45+
- **OS**[e.g. iOS]
46+
- **Animated Java Version**[e.g. v1.0.0]
47+
> [!NOTE]
48+
> Issues with [legacy versions](https://animated-java.dev/docs/legacy-releases/) of Animated Java will be closed without further investigation.
49+
- **Blockbench Version**[e.g. 4.12.2]
50+
- **Other Blockbench Plugins Installed**[e.g. Geckolib Animation Util, Cameras, etc.]
51+
- **Minecraft Version**[e.g. 1.21.4]
52+
- **Installed Minecraft Mods**[e.g. Optifine, Sodium, etc.]
3353

34-
- OS: [e.g. iOS]
35-
- Version [e.g. v0.2.0]
54+
## Additional context
3655

37-
**Additional context**
3856
Add any other context about the problem here.
Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: '[FR] <Feature Name>'
5-
labels: ''
2+
name: 'Feature request'
3+
about: Suggest an idea for Animated Java
4+
title: '✨ [YOUR TITLE HERE]'
5+
labels: '✨ Enhancement'
66
assignees: SnaveSutit
77
---
88

9-
**Is your feature request related to a problem? Please describe.**
9+
> [!IMPORTANT] Before Submitting a Feature Request...
10+
> Please ensure that you have reviewed the [existing issues](https://github.com/Animated-Java/animated-java/issues) to see if your idea has already been suggested or implemented.
11+
>
12+
> To make sure your feature request is given due consideration, please provide as much detail as possible.
13+
>
14+
> This block of text should be removed before submitting the issue. If it is not removed, the issue may be closed without further investigation.
15+
16+
## Is your feature request related to a problem? Please describe.
17+
1018
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1119

12-
**Describe the solution you'd like**
20+
## Describe the solution you'd like
21+
1322
A clear and concise description of what you want to happen.
1423

15-
**Describe alternatives you've considered**
24+
## Describe alternatives you've considered
25+
1626
A clear and concise description of any alternative solutions or features you've considered.
1727

18-
**Additional context**
28+
## Additional context
29+
1930
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)