mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-10-30 06:31:35 +00:00
30 lines
618 B
Markdown
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.
|