mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-16 16:58:32 +01:00
32 lines
820 B
Markdown
32 lines
820 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: 'bug: something is not working'
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**Steps To Reproduce**
|
||
|
Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible).
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Screenshots or Data**
|
||
|
If applicable, add screenshots/data to help explain your problem, if this is about a query, run the CLI version with the `--debug` option and put the output in an collapsible section.
|
||
|
<details>
|
||
|
```
|
||
|
How to do a collapsible section:
|
||
|
<details>
|
||
|
This is hidden until it is not!
|
||
|
</details>
|
||
|
```
|
||
|
</details>
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|