Below are the predefined labels that you can use for managing issues on GitHub.
Name | Type | Color | Description |
---|---|---|---|
type: bug |
Type | #D53C4D |
Indicates a reported bug in the software. |
type: discussion |
Type | #D4C5F6 |
Used for initiating discussions or seeking opinions. |
type: documentation |
Type | #0E6A73 |
Relates to documentation tasks or improvements. |
type: enhancement |
Type | #85B7E9 |
For suggesting or implementing enhancements to existing features. |
type: epic |
Type | #3F4D9C |
Represents a large body of work that can be broken down into smaller tasks. |
type: feature request |
Type | #F9C92F |
Indicates a request for a new feature to be implemented. |
type: question |
Type | #D679E0 |
Used when asking questions or seeking clarifications. |
Name | Type | Color | Description |
---|---|---|---|
status: can't reproduce |
Status | #FDC0C2 |
Indicates that the reported issue cannot be reproduced. |
status: confirmed |
Status | #2660E7 |
Confirms that the reported issue is valid and reproducible. |
status: duplicate |
Status | #CFD3D7 |
Marks an issue as a duplicate of another existing issue. |
status: needs information |
Status | #FEF0C3 |
Indicates that more information is required to address the issue. |
status: wont do/fix |
Status | #EEEEEE |
Indicates a decision not to address or fix the reported issue. |
Name | Type | Color | Description |
---|---|---|---|
priority: low |
Priority | #1B8821 |
Indicates that the issue has a low priority for resolution. |
priority: medium |
Priority | #F9C92F |
Indicates a medium priority level for resolving the issue. |
priority: high |
Priority | #D7401C |
Indicates that the issue has a high priority for resolution. |
priority: critical |
Priority | #B40813 |
Indicates a critical issue that requires immediate attention. |
Name | Type | Color | Description |
---|---|---|---|
help wanted |
#128572 |
Indicates that assistance or contributions from the community are welcome. | |
good first issue |
#705DFB |
A suitable starting point for newcomers to contribute to the project. |