mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
31 lines
913 B
Markdown
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.
|