Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Last active May 2, 2024 09:00
Show Gist options
  • Save iamcryptoki/16f7a7cbccc4ffafe6f430ccd0d7b190 to your computer and use it in GitHub Desktop.
Save iamcryptoki/16f7a7cbccc4ffafe6f430ccd0d7b190 to your computer and use it in GitHub Desktop.
GitHub Issue Labels for New Projects

GitHub Issue Labels for New Projects

Below are the predefined labels that you can use for managing issues on GitHub.

Type

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.

Status

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.

Priority

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.

Other

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment