Skip to content

Instantly share code, notes, and snippets.

@ClintonLang
Last active June 1, 2017 07:08
Show Gist options
  • Save ClintonLang/a01a344b014ff4c4605a9a1f34944d40 to your computer and use it in GitHub Desktop.
Save ClintonLang/a01a344b014ff4c4605a9a1f34944d40 to your computer and use it in GitHub Desktop.
set of standardized github issue labels
[
{"name": "Status: Backlog", "color": "006b75"},
{"name": "Status: Ready", "color": "009800"},
{"name": "Status: In Progress", "color": "efef2f"},
{"name": "Status: Awaiting Review", "color": "f2f2a2"},
{"name": "Status: Complete", "color": "6ad8bb"},
{"name": "Type: Spike", "color": "cc317c"},
{"name": "Type: User Story", "color": "84b6eb"},
{"name": "Type: Improvement", "color": "006b75"},
{"name": "Type: Bug", "color": "fc2929"},
{"name": "Priority: OMG Now!", "color": "f7ae04"},
{"name": "Priority: High", "color": "edc25e"},
{"name": "Priority: Medium", "color": "eacc85"},
{"name": "Priority: Whenever", "color": "f4e4be"},
{"name": "(╯°□°)╯︵ ┻━┻", "color": "fc2929"},
{"name": "Help Wanted", "color": "159818"},
{"name": "Duplicate", "color": "cccccc"},
{"name": "Won't Fix", "color": "ffffff"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment