Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
VForiel committed Oct 8, 2023
1 parent 44cb32e commit ff57e08
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
title: ''
labels: 🐛 Bug
assignees: Leirof

---

# Description & Expected behavior
A clear and concise description of what the bug is.

# Steps to reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# Screenshots
If applicable, add screenshots to help explain your problem.

# Mincraft client
- Java / Bedroc :
- (if Bedrock) Type of device: (PC, phone, switch, ...)
- Mods:
- Graphics quality:
- Particles setting:

# Additional context (optional)
Add any other context about the problem here.

# Suggestions (optional)
Add any sugggestion that go further than a simple bug resolution (like redefining a mecanics).
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: ⚡ Enhancement request
about: You think that something can be improved?
title: ''
labels: ⚡ Enhancement
assignees:
---

# Current state
Describe shortly the current state and the the problem you see.

# Enhancement
Describe shortly how your idea will enhance the project.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: ✨ Feature request
about: You have an idea of something cool to add?
title: ''
labels: ✨ Feature
assignees:
---

# TL;DR
Write a very short description just to know globally what we are talking about

# Description
Enter in the details of your idea

0 comments on commit ff57e08

Please sign in to comment.