Skip to content

Commit 0bed473

Browse files
committed
Update GitHub issue templates
1 parent f82cb5f commit 0bed473

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
---
2-
name: Bug report
3-
about: Create a bug report to help us improve EternalCore <3
4-
title: ''
5-
labels: ''
2+
name: 🐞 Bug Report
3+
about: Report a problem to help us fix and improve EternalCore!
4+
title: '[BUG] Short description of the issue'
5+
labels: '🐛 bug'
66
assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
### Bug Description
11+
Please provide a clear and concise description of what the bug is.
12+
For example: "When I try to [...], the system behaves unexpectedly."
1213

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
14+
### Steps to Reproduce
15+
List the steps to reproduce the issue:
1516
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
17+
2. Click on '...'
18+
3. See the error: [...]
1919

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
20+
### Expected Behavior
21+
What did you expect to happen instead of the described issue?
2222

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
23+
### Screenshots
24+
If applicable, add screenshots that help explain the problem.
2525

26-
**Platform (please complete the following information):**
27-
- Java Version: [e.g. JDK Temurin 17]
28-
- Server software: PaperMC#111 1.19.3
26+
### Platform Details (please complete):
27+
- **Java Version**: (e.g., JDK Temurin 17)
28+
- **Server Software**: (e.g., PaperMC#111 1.19.3)
2929

30-
**Additional notes**
31-
Add any other context about the problem here.
30+
### Additional Notes
31+
Add any other relevant information, such as environment details, configurations, logs, etc., that may help in diagnosing the issue.
32+
33+
---
Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for EternalCore <3
4-
title: ''
5-
labels: ''
2+
name: 💡 Feature Request
3+
about: Suggest a new idea or improvement for EternalCore!
4+
title: '[FEATURE] Short description of your idea'
5+
labels: '🆕 feature'
66
assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
### Problem Description
11+
Is your feature request related to a specific problem? Please describe it clearly.
12+
For example, "I always find it frustrating when [...]" or "Feature X could work better if [...]".
1213

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
14+
### Proposed Solution
15+
Clearly describe what you want to achieve and how the feature should work.
1516

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
17+
### Considered Alternatives
18+
Have you considered other ways to solve this problem? If yes, describe these alternative solutions or features.
1819

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
20+
### Additional Context
21+
Add any other relevant information or files (e.g., links, screenshots, diagrams) to explain your idea.
22+
23+
---

0 commit comments

Comments
 (0)