mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
fix: issue template guide (#11254)
* Add guide content issue template * remove empty line * fix: typo * chore: add guide as issue template code owners * chore: add core as additional template code owners --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -6,6 +6,8 @@
|
|||||||
package.json @discordjs/core
|
package.json @discordjs/core
|
||||||
pnpm-lock.yaml @discordjs/core
|
pnpm-lock.yaml @discordjs/core
|
||||||
|
|
||||||
|
/.github/ISSUE_TEMPLATE/ @discordjs/guide @discordjs/core
|
||||||
|
|
||||||
/apps/guide/ @discordjs/website @discordjs/guide
|
/apps/guide/ @discordjs/website @discordjs/guide
|
||||||
/apps/guide/content/ @discordjs/guide
|
/apps/guide/content/ @discordjs/guide
|
||||||
/apps/website/ @discordjs/website
|
/apps/website/ @discordjs/website
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/04-guide.yml
vendored
2
.github/ISSUE_TEMPLATE/04-guide.yml
vendored
@@ -15,7 +15,7 @@ body:
|
|||||||
- Requesting new content
|
- Requesting new content
|
||||||
- Changing existing content
|
- Changing existing content
|
||||||
- Correcting wrong information
|
- Correcting wrong information
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: section
|
id: section
|
||||||
|
|||||||
Reference in New Issue
Block a user