Skip to content

chore: Revamp of labels #10317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-package_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Report an issue with discord.js or another package.
labels: [bug, need repro]
labels: [bug, need reproduction]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-application_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Websites bug report
description: Report an issue with the documentation or guide websites.
labels: [bug, need repro]
labels: [bug, need reproduction]
body:
- type: markdown
attributes:
Expand Down
144 changes: 85 additions & 59 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,31 @@
- name: api changes
color: '5663e9'
- name: api support
color: '5663e9'
- name: apps:guide
color: fbca04
- name: apps:website
color: fbca04
- name: backlog
color: 7ef7ef
- name: backport
color: 88aabb
- name: blocked
description: Generic label to stop Kodiak from merging a pull request.
color: fc1423
- name: bug
color: d73a4a
- name: caching
color: 80c042
- name: chore
color: ffffff
- name: ci
color: 0075ca
- name: dependencies
color: 276bd1
description: Something is not working as expected.
color: '000000'
- name: discord
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this color change intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel black would stand out more as a bug. Welcome to feedback on this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think i've actually seen black in the ui, so....what's it look like 🤷

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely not

color: '5663e9'
- name: discussion
color: b6b1f9
- name: documentation
color: 0075ca
description: This is a Discord-related issue.
color: 5865f2
- name: duplicate
color: cfd3d7
- name: error handling
color: 80c042
- name: feature request
color: fcf95a
- name: gateway
color: 80c042
- name: good first issue
color: 7057ff
- name: has PR
color: 4b1f8e
- name: help wanted
color: '008672'
- name: in progress
color: ffccd7
- name: in review
description: This pull request is currently in review; halts Kodiak.
color: aed5fc
- name: interactions
color: 80c042
- name: invalid
description: This is not related to discord.js.
color: e4e669
- name: need repro
- name: need reproduction
color: c66037
- name: packages:api-extractor
color: fbca04
Expand Down Expand Up @@ -88,37 +63,88 @@
color: fbca04
- name: packages:ws
color: fbca04
- name: performance
color: 80c042
- name: permissions
color: 80c042
- name: priority:high
color: fc1423
- name: question (please use Discord instead)
color: d876e3
- name: ratelimits
color: 80c042
- name: refactor
color: 1d637f
- name: regression
color: ea8785
- name: REST
color: 80c042
- name: scope:backport
color: ff8357
- name: scope:build
color: ff8357
- name: scope:chore
color: ff8357
- name: scope:ci
color: ff8357
- name: scope:docs
color: ff8357
- name: scope:feat
color: ff8357
- name: scope:fix
color: ff8357
- name: scope:perf
color: ff8357
- name: scope:refactor
color: ff8357
- name: scope:revert
color: ff8357
- name: scope:style
color: ff8357
- name: scope:test
color: ff8357
- name: scope:types
color: ff8357
- name: semver:major
color: c10f47
- name: semver:minor
color: e4f486
- name: semver:patch
color: e8be8b
- name: sharding
color: 80c042
- name: tests
color: f06dff
- name: threads
color: 80c042
- name: typings
color: 80c042
- name: utility
color: 80c042
- name: wontfix
color: ffffff
- name: type:application commands
color: b6b1f9
- name: type:applications
color: b6b1f9
- name: type:caching
color: b6b1f9
- name: type:channel
color: b6b1f9
- name: type:dependencies
color: b6b1f9
- name: type:discord update
color: b6b1f9
- name: type:gateway
color: b6b1f9
- name: type:guild
color: b6b1f9
- name: type:interactions
color: b6b1f9
- name: type:invite
color: b6b1f9
- name: type:monetization
color: b6b1f9
- name: type:oauth2
color: b6b1f9
- name: type:permissions
color: b6b1f9
- name: type:poll
color: b6b1f9
- name: type:rate limit
color: b6b1f9
- name: type:regression
color: b6b1f9
- name: type:role connections
color: b6b1f9
- name: type:sharding
color: b6b1f9
- name: type:stage instances
color: b6b1f9
- name: type:sticker
color: b6b1f9
- name: type:thread
color: b6b1f9
- name: type:user
color: b6b1f9
- name: type:voice
color: b6b1f9
- name: type:webhook
color: b6b1f9
- name: won't fix
description: No work will be done towards this issue.
color: cfd3d7
Loading