Added issue templates

This commit is contained in:
Waterdev
2021-05-04 10:55:54 +02:00
committed by GitHub
parent 1f66d85f75
commit 222e3cdf6c
4 changed files with 84 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Please fill in the following information:**
- OS: [e.g. Windows]:
- Java Version [e.g. 11.0.9]:
- Version [e.g. v1.0]:
- Used Modules [eg. Ores]:
- Used Mods:
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@@ -0,0 +1,20 @@
---
name: Module Request
about: Request a new module to be added and maintained officially by HMCore.
title: ''
labels: enhancement
assignees: ''
---
**What module do you want us to add?**
A clear description of the module and all its functionalities.
**Why do you want this module to be added? Has it something to do with a problem you encountered**
A clear description of why you want this module to be added. Maybe list some problems that would be solved by this module.
**How important is this module?**
How important the need of this module would be.
**Anything else to say?**
--

10
.github/ISSUE_TEMPLATE/other-issue.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Other issue
about: Do you have any other issue not listed in the other options?
title: ''
labels: ''
assignees: ''
---