mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Update issue templates
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report incorrect or unexpected behavior of discord.js
|
about: Report incorrect or unexpected behaviour of discord.js
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If you need help with discord.js installation or usage, please go to the discord.js Discord server instead:
|
If you need help with discord.js installation or usage, please go to the discord.js Discord server instead:
|
||||||
https://discord.gg/bRCvFy9
|
https://discord.gg/bRCvFy9
|
||||||
This issue tracker is only for bug reports and enhancement suggestions. You won't receive any basic help here.
|
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:**
|
**Please describe the problem you are having in as much detail as possible:**
|
||||||
@@ -16,21 +17,22 @@ This issue tracker is only for bug reports and enhancement suggestions. You won'
|
|||||||
**Include a reproducible code sample here, if possible:**
|
**Include a reproducible code sample here, if possible:**
|
||||||
```js
|
```js
|
||||||
|
|
||||||
|
// Place your code here
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Further details:**
|
**Further details:**
|
||||||
|
|
||||||
- discord.js version:
|
- discord.js version:
|
||||||
- node.js version:
|
- Node.js version:
|
||||||
- Operating system:
|
- Operating system:
|
||||||
- Priority this issue should have – please be realistic and elaborate if possible:
|
- Priority this issue should have – please be realistic and elaborate if possible:
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If either of these applies to you, please check the respective checkbox: [ ] becomes [x].
|
If either of these applies to you, please check the respective checkbox: [ ] becomes [x].
|
||||||
You don't have to modify the text to suit your particular situation, if you want to
|
You don't have to modify the text to suit your particular situation – if you want to
|
||||||
elaborate please do so in the description.
|
elaborate, please do so in the description.
|
||||||
While it's not a requirement to test your issue on the master branch, it would make fixing
|
While it's not a requirement to test your issue on the master branch, it would make fixing
|
||||||
the problem a lot easier for us, so please do it if possible.
|
the problem a lot easier for us, so please do so if possible.
|
||||||
-->
|
-->
|
||||||
- [ ] I found this issue while running code on a __user account__
|
- [ ] I found this issue while running code on a __user account__
|
||||||
- [ ] I have also tested the issue on latest master, commit hash:
|
- [ ] I have also tested the issue on latest master, commit hash:
|
||||||
|
|||||||
7
.github/ISSUE_TEMPLATE/feature_request.md
vendored
7
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,19 +1,20 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Request a new feature that discord.js is missing
|
about: Request a feature for the core discord.js library
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If you need help with discord.js installation or usage, please go to the discord.js Discord server instead:
|
If you need help with discord.js installation or usage, please go to the discord.js Discord server instead:
|
||||||
https://discord.gg/bRCvFy9
|
https://discord.gg/bRCvFy9
|
||||||
This issue tracker is only for bug reports and enhancement suggestions. You won't receive any basic help here.
|
This issue tracker is only for bug reports and enhancement suggestions.
|
||||||
|
You likely won't receive any basic help here.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Describe the ideal solution**
|
||||||
A clear and concise description of what you want to happen.
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Describe alternatives you've considered**
|
||||||
|
|||||||
13
.github/ISSUE_TEMPLATE/question---general-support-request.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/question---general-support-request.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: Question / General support request
|
||||||
|
about: Ask for help in Discord instead - https://discord.gg/bRCvFy9
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Seriously, we only use this issue tracker for bugs in the library itself and feature requests for it.
|
||||||
|
We don't typically answer questions or help with support issues here.
|
||||||
|
Instead, please ask in one of the support channels in our Discord server:
|
||||||
|
|
||||||
|
https://discord.gg/bRCvFy9
|
||||||
|
|
||||||
|
Any issues that don't directly involve a bug in the library or a feature request will likely be closed and redirected to the Discord server.
|
||||||
Reference in New Issue
Block a user