Skip to content

Commit 5e43310

Browse files
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>
1 parent fff3602 commit 5e43310

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ body:
1616
- builders
1717
- collection
1818
- core
19-
- rest
2019
- proxy
2120
- proxy-container
21+
- rest
2222
- voice
2323
- ws
2424
validations:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ body:
1414
label: Which package is the feature request for?
1515
options:
1616
- discord.js
17+
- brokers
1718
- builders
1819
- collection
1920
- core
20-
- rest
2121
- proxy
2222
- proxy-container
23+
- rest
2324
- voice
2425
- ws
2526
validations:

packages/scripts/src/generateIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface MemberJSON {
2828
summary: string | null;
2929
}
3030

31-
export const PACKAGES = ['builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws'];
31+
export const PACKAGES = ['brokers', 'builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws'];
3232
let idx = 0;
3333

3434
export function createApiModel(data: any) {

0 commit comments

Comments
 (0)