-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86e4e32
commit 9126316
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
- name: "type: dependencies" | ||
description: Pull requests that update a dependency file | ||
color: #0366d6 | ||
color: 0366d6 | ||
|
||
- name: "priority: critical" | ||
description: Indicates a critical bug or work that is holding up a lot of other important features or fixes | ||
color: #B60205 | ||
color: B60205 | ||
|
||
- name: "priority: high" | ||
description: Indicates user-visible bugs or important features | ||
color: #D93F0B | ||
color: D93F0B | ||
|
||
- name: "priority: medium" | ||
description: Indicates default priority, 'should be done' but isn't prioritised ahead of others | ||
color: #FBCA04 | ||
color: FBCA04 | ||
|
||
- name: "priority: low" | ||
description: Indicates low priority, unlikely to be done unless it becomes important to more people | ||
color: #0E8A16 | ||
color: 0E8A16 | ||
|
||
- name: "status: blocked" | ||
description: Indicates an issue that is blocked by another issue or external requirement | ||
color: #E99695 | ||
color: E99695 | ||
|
||
- name: "status: duplicate" | ||
description: Indicates similar issues, pull requests, or discussions | ||
color: #BFDADC | ||
color: BFDADC | ||
|
||
- name: "status: good first issue" | ||
description: Indicates a good issue for first-time contributors | ||
color: #D4C5F9 | ||
color: D4C5F9 | ||
|
||
- name: "status: help wanted" | ||
description: Indicates that a maintainer wants help on an issue or pull request | ||
color: #C5DEF5 | ||
color: C5DEF5 | ||
|
||
- name: "type: breaking" | ||
description: Indicates a BREAKING CHANGE | ||
color: #B60205 | ||
color: B60205 | ||
|
||
- name: "type: bug" | ||
description: Indicates an unexpected problem or unintended behavior | ||
color: #D93F0B | ||
color: D93F0B | ||
|
||
- name: "type: documentation" | ||
description: Indicates a need for improvements or additions to documentation | ||
color: #006B75 | ||
color: 006B75 | ||
|
||
- name: "type: enhancement" | ||
description: Indicates new feature requests | ||
color: #0E8A16 | ||
color: 0E8A16 | ||
|
||
- name: "type: maintenance" | ||
description: Indicates changes to the CI, build system or external dependencies, a code change that neither fix | ||
color: #FBCA04 | ||
color: FBCA04 |