Skip to content
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

Add more labels #1

Merged
merged 1 commit into from
Nov 7, 2023
Merged
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
12 changes: 12 additions & 0 deletions labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
- color: A90EA3
description: Pull requests/issues that are candidates to be backlog items
name: backlog candidate
- color: A6266C
description: Issues that are blocked by external factors
name: blocked
- color: fc2929
description: An issue reporting a potential bug
name: bug
Expand All @@ -25,6 +28,9 @@
- color: 84b6eb
description: Pull requests for new features/feature enhancements
name: enhancement
- color: ECD665
description: Issues that need to be broken into smaller issues
name: epic
- color: "000000"
description: Pull requests that update Github_actions code
name: github_actions
Expand Down Expand Up @@ -58,12 +64,18 @@
- color: cc317c
description: An issue asking a question
name: question
- color: 754DC1
description: Issues that are ready to be prioritized
name: refined
- color: FEF2C0
description: Pull requests that don't need to be added to the changelog
name: skip changelog
- color: 8E7888
description: Pull requests/issues with no activity
name: stale
- color: D16749
description: Issues that belong to an epic
name: story
- color: A4EF7D
description: Pull requests that update tests
name: tests
Expand Down