mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
docs: Add new issue form for applications (#9470)
This commit is contained in:
@@ -88,7 +88,7 @@ export async function createPackage(packageName: string, packageDescription?: st
|
||||
|
||||
const issueLabelerYAML = parseYAML(await readFile('issue-labeler.yml', 'utf8')) as Record<string, string[]>;
|
||||
issueLabelerYAML[`packages:${packageName}`] = [
|
||||
`### Which package is this (bug report|feature request) for\\?\\n\\n${packageName}`,
|
||||
`### Which (application|package|application or package) is this (bug report|feature request) for\\?\\n\\n${packageName}\\n`,
|
||||
];
|
||||
|
||||
await writeFile('issue-labeler.yml', stringifyYAML(sortYAMLObject(issueLabelerYAML)));
|
||||
|
||||
Reference in New Issue
Block a user