Created
May 1, 2023 13:39
-
-
Save mheob/a0fe03b3f5771da23e80736f7805d78f to your computer and use it in GitHub Desktop.
My default GitHub labels
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
[ | |
{ "name": "Priority: Medium", "color": "ffda20" }, | |
{ "name": "Priority: High", "color": "ff9920" }, | |
{ "name": "Priority: Critical", "color": "fb4344" }, | |
{ "name": "Type: Bug", "color": "fb4344" }, | |
{ "name": "Type: Maintenance", "color": "ffda20" }, | |
{ "name": "Type: Feature", "color": "208bff" }, | |
{ "name": "Type: Question", "color": "f55794" }, | |
{ "name": "good first issue", "color": "c260fb" }, | |
{ "name": "help wanted", "color": "3be68d" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment