Added Bug Report and Feature Request forms.

Created a template for new bugs and feature requests with prompts to promote proper reporting.
This commit is contained in:
Stranger1992 2024-05-15 00:45:20 +01:00
parent 612e7de243
commit 19e80d24bd
2 changed files with 56 additions and 0 deletions

36
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG REPORT] "
labels: Awaiting Triage
assignees: ''
---
### **Version**
- TombEngine Version Number: _insert here_
- Tomb Editor Version Number: _insert here_
### **Describe the bug**
_A clear and concise description of what the bug is_
### **To Reproduce**
_To reproduce the behaviour, please provide detailed steps for the development team to follow. This can be done through screenshots or a written guide_
**If the bug cannot be reproduced, and if the issue is not adequately explained, it will be closed without further investigation**
### **Expected behaviour**
A clear and concise description of what you expected to happen.
### **Screenshots**
If applicable, add screenshots to help explain your problem.
### **Additional context**
Add any other context about the problem here.
* Are you testing an build of a TombEngine that has not yet been released? If so please give some context.
* Did you get any asset from the TombEngine website that has presented a bug?
### **Please upload a .zip file containing your level and all assets needed to compile the level and a cut-down version of your level where the bug presents itself**

View file

@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea for TombEngine
title: "[ Feature Request ] "
labels: Awaiting Triage
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.