Skip to content

Commit

Permalink
chore: Add brokers to package list and labels in issue forms (#8893)
Browse files Browse the repository at this point in the history
chore: add brokers and sort list

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Dec 1, 2022
1 parent fff3602 commit 5e43310
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -16,9 +16,9 @@ body:
- builders
- collection
- core
- rest
- proxy
- proxy-container
- rest
- voice
- ws
validations:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -14,12 +14,13 @@ body:
label: Which package is the feature request for?
options:
- discord.js
- brokers
- builders
- collection
- core
- rest
- proxy
- proxy-container
- rest
- voice
- ws
validations:
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/src/generateIndex.ts
Expand Up @@ -28,7 +28,7 @@ export interface MemberJSON {
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;

export function createApiModel(data: any) {
Expand Down

0 comments on commit 5e43310

Please sign in to comment.