mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-12-17 13:32:14 +00:00
Update issue templates
- Added bug report template - Added feature request template
This commit is contained in:
parent
a76953ba02
commit
33b0c42f5f
2 changed files with 53 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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.
|
||||
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue