Update issue templates

- Added bug report template
- Added feature request template
This commit is contained in:
Chev 2023-11-08 21:53:21 +00:00 committed by GitHub
parent a76953ba02
commit 33b0c42f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,30 @@
---
name: Bug Report
about: File a bug report for one of the addons
title: "[Bug] Summary goes here"
labels: bug
assignees: chev2
---
**Addon name**
The name of the addon (or addons) that contain the bug.
**Bug description**
A clear and concise description of what the bug is.
If your bug involves Lua errors, please paste them in code blocks like this:
```
Example codeblock
```
**To reproduce**
Steps to reproduce the behavior:
1. List the steps
2. to reproduce
3. the bug.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional info**
Add any other info about the bug here.

View file

@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request] Summary goes here"
labels: enhancement
assignees: chev2
---
**Addon name**
The addon (or addons) to suggest an idea for.
**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.