mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: add guide issue template (#11247)
* Add guide content issue template * remove empty line
This commit is contained in:
27
.github/ISSUE_TEMPLATE/04-guide.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/04-guide.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: Guide content
|
||||||
|
description: Request to add to the guide or change existing content
|
||||||
|
labels: [apps:guide]
|
||||||
|
type: Task
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for filing a suggestion! If you are here to ask a question, use Discord instead: https://discord.gg/djs
|
||||||
|
- type: dropdown
|
||||||
|
id: issuetype
|
||||||
|
attributes:
|
||||||
|
label: What is your suggestion about?
|
||||||
|
options:
|
||||||
|
- Requesting new content
|
||||||
|
- Changing existing content
|
||||||
|
- Correcting wrong information
|
||||||
|
validation:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: section
|
||||||
|
attributes:
|
||||||
|
label: Guide section the suggestion is about.
|
||||||
|
- type: textarea
|
||||||
|
id: body
|
||||||
|
attributes:
|
||||||
|
label: Describe your suggestion in detail.
|
||||||
Reference in New Issue
Block a user