Skip to content

Instantly share code, notes, and snippets.

@mheob
Created May 1, 2023 13:39
Show Gist options
  • Save mheob/a0fe03b3f5771da23e80736f7805d78f to your computer and use it in GitHub Desktop.
Save mheob/a0fe03b3f5771da23e80736f7805d78f to your computer and use it in GitHub Desktop.
My default GitHub labels
[
{ "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