diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5d1cb4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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). diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md new file mode 100644 index 0000000..94be5d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9d03bfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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