mirror of
https://github.com/danbulant/discord.js
synced 2026-06-22 00:02:13 +00:00
Create an issue template
This has been created in discussion with various people on Discord. Closes #1362 as that is obsolete now, sorry!
This commit is contained in:
parent
6187c17097
commit
9b989c4fd7
1 changed files with 26 additions and 0 deletions
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!--
|
||||
If you need help with discord.js installation or usage, please go to the discord.js Discord server instead:
|
||||
https://discord.gg/bRCvFy9
|
||||
This issue tracker is only for bug reports and enhancement suggestions. You won't receive any basic help here.
|
||||
-->
|
||||
|
||||
**Please describe the problem you are having in as much detail as possible:**
|
||||
|
||||
|
||||
**Include a reproducible code sample here, if possible:**
|
||||
```js
|
||||
|
||||
```
|
||||
|
||||
**Further details:**
|
||||
|
||||
- discord.js version:
|
||||
- node.js version:
|
||||
- Operating system:
|
||||
- Priority this issue should have – please be realistic and elaborate if possible:
|
||||
|
||||
<!--
|
||||
Ideally you would also test whether the issue occurs on the latest master branch commit.
|
||||
If you have, please check the following box and insert the hash of the commit you tested:
|
||||
-->
|
||||
- [ ] I have also tested the issue on latest master, commit hash:
|
||||
Loading…
Reference in a new issue