Skip to content

Instantly share code, notes, and snippets.

@korikuzma
Created April 13, 2023 16:58
Show Gist options
  • Save korikuzma/9a5b24fdb2014ec33039e983407390b7 to your computer and use it in GitHub Desktop.
Save korikuzma/9a5b24fdb2014ec33039e983407390b7 to your computer and use it in GitHub Desktop.
Label Color Hex Description
priority:high #ee0701 High priority
priority:medium #ff5f1f Medium priority
priority:low #fbca04 Low priority
enhancement #00FF7F New feature or request
requirement #DC143C Required
bug #FF0000 Something isn't working
documentation #DEB887 Changes to documentation only
technical debt #6495ED A feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"
cleanup #00BFFF Changes only making code cleaner & do not change how the code works nor the outputs produced (e.g. flake8 or eslint changes).
test #1E90FF Changes to test code only
performance #4169E1 Improvements to performance
chore #000080 Changes that do not relate to a fix or feature and don't modify src or test files
ci/cd #4682B4 Continuous integration and continuous delivery/deployment changes
build #AFEEEE Changes that affect the build system or dependencies
analysis #FFE4E1 Analysis work
question #FFD700 Further information is requested
good first issue #FF8C00 Good for newcomers
help wanted #FFA500 Extra attention is needed
wontfix #A9A9A9 This will not be worked on
duplicate #808080 This issue or pull request already exists
epic #9400D3 A collection of issues
backend #FF1493 Changes to the backend only
frontend #FF69B4 Changes to the frontend only
ux #C71585 Changes that help the user experience
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment