mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
chore: Add brokers to package list and labels in issue forms (#8893)
chore: add brokers and sort list Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -16,9 +16,9 @@ body:
|
|||||||
- builders
|
- builders
|
||||||
- collection
|
- collection
|
||||||
- core
|
- core
|
||||||
- rest
|
|
||||||
- proxy
|
- proxy
|
||||||
- proxy-container
|
- proxy-container
|
||||||
|
- rest
|
||||||
- voice
|
- voice
|
||||||
- ws
|
- ws
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -14,12 +14,13 @@ body:
|
|||||||
label: Which package is the feature request for?
|
label: Which package is the feature request for?
|
||||||
options:
|
options:
|
||||||
- discord.js
|
- discord.js
|
||||||
|
- brokers
|
||||||
- builders
|
- builders
|
||||||
- collection
|
- collection
|
||||||
- core
|
- core
|
||||||
- rest
|
|
||||||
- proxy
|
- proxy
|
||||||
- proxy-container
|
- proxy-container
|
||||||
|
- rest
|
||||||
- voice
|
- voice
|
||||||
- ws
|
- ws
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export interface MemberJSON {
|
|||||||
summary: string | null;
|
summary: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const PACKAGES = ['builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws'];
|
export const PACKAGES = ['brokers', 'builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws'];
|
||||||
let idx = 0;
|
let idx = 0;
|
||||||
|
|
||||||
export function createApiModel(data: any) {
|
export function createApiModel(data: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user