Skip to content

Commit 35996b7

Browse files
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>
1 parent d3d6777 commit 35996b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
package.json @discordjs/core
77
pnpm-lock.yaml @discordjs/core
88

9+
/.github/ISSUE_TEMPLATE/ @discordjs/guide @discordjs/core
10+
911
/apps/guide/ @discordjs/website @discordjs/guide
1012
/apps/guide/content/ @discordjs/guide
1113
/apps/website/ @discordjs/website

.github/ISSUE_TEMPLATE/04-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- Requesting new content
1616
- Changing existing content
1717
- Correcting wrong information
18-
validation:
18+
validations:
1919
required: true
2020
- type: input
2121
id: section

0 commit comments

Comments
 (0)