mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-07-16 04:11:11 +00:00
chore: add issue templates for bugs, features, and crashes
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Something broken or not working as expected
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
|
**What happened?**
|
||||||
|
|
||||||
|
|
||||||
|
**Steps to reproduce**
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
|
||||||
|
|
||||||
|
**Platform / Build**
|
||||||
|
- OS:
|
||||||
|
- Branch:
|
||||||
|
- Commit (if known):
|
||||||
|
|
||||||
|
**Screenshots / Logs**
|
||||||
|
|
||||||
21
.github/ISSUE_TEMPLATE/crash_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/crash_report.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Crash Report
|
||||||
|
about: Game crashes or freezes
|
||||||
|
labels: crash, priority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
**What were you doing when it crashed?**
|
||||||
|
|
||||||
|
|
||||||
|
**Does it happen every time?**
|
||||||
|
|
||||||
|
|
||||||
|
**Platform / Build**
|
||||||
|
- OS:
|
||||||
|
- Branch:
|
||||||
|
- Commit (if known):
|
||||||
|
|
||||||
|
**Crash log / stack trace**
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest an idea or improvement
|
||||||
|
labels: feature request
|
||||||
|
---
|
||||||
|
|
||||||
|
**What would you like?**
|
||||||
|
|
||||||
|
|
||||||
|
**Why?**
|
||||||
|
|
||||||
|
|
||||||
|
**Any examples or references?**
|
||||||
|
|
||||||
Reference in New Issue
Block a user