gmod-addons/.github/ISSUE_TEMPLATE/bug-report.md
Chev 33b0c42f5f
Update issue templates
- Added bug report template
- Added feature request template
2023-11-08 21:53:21 +00:00

30 lines
618 B
Markdown

---
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.