mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
chore: issue forms (#6611)
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -88,12 +88,15 @@ body:
|
|||||||
|
|
||||||
Tip: you can select multiple items
|
Tip: you can select multiple items
|
||||||
options:
|
options:
|
||||||
|
- No Partials
|
||||||
- USER
|
- USER
|
||||||
- CHANNEL
|
- CHANNEL
|
||||||
- GUILD_MEMBER
|
- GUILD_MEMBER
|
||||||
- MESSAGE
|
- MESSAGE
|
||||||
- REACTION
|
- REACTION
|
||||||
multiple: true
|
multiple: true
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: intents
|
id: intents
|
||||||
attributes:
|
attributes:
|
||||||
@@ -124,8 +127,8 @@ body:
|
|||||||
id: dev-release
|
id: dev-release
|
||||||
attributes:
|
attributes:
|
||||||
label: I have tested this issue on a development release
|
label: I have tested this issue on a development release
|
||||||
placeholder: discord.js@xx.x.x-dev.1530234593.d23280c
|
placeholder: d23280c
|
||||||
description: |
|
description: |
|
||||||
The issue might already be fixed in a development release. This is not required, but helps us greatly.
|
The issue might already be fixed in a development release. This is not required, but helps us greatly.
|
||||||
|
|
||||||
To install the latest development release run `npm i discord.js@dev` in your project directory.
|
To install the latest development release run `npm i discord.js@dev` in your project directory.
|
||||||
|
Run `npm list discord.js` and use the last part of the printed information (`d23280c` for `discord.js@xx.x.x-dev.1530234593.d23280c`)
|
||||||
|
|||||||
Reference in New Issue
Block a user