node-gamedig/.github/ISSUE_TEMPLATE/bug_report.md
2024-09-29 22:27:08 +03:00

31 lines
913 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, this should include what version of the library you are using, a code example and (if applicable and possible) the server IP you are trying to query.
**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 a 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.