Skip to content

Instantly share code, notes, and snippets.

@oldsj
Last active January 7, 2021 21:09
Show Gist options
  • Save oldsj/02121c45094c18f4798d1848fd56f923 to your computer and use it in GitHub Desktop.
Save oldsj/02121c45094c18f4798d1848fd56f923 to your computer and use it in GitHub Desktop.
github labels for git-labels
[
{
"name": "blocked :no_entry:",
"color": "000000",
"description": "Blocked on other issues or external dependencies"
},
{
"name": "bug :beetle:",
"color": "f47648",
"description": "Something isn't working"
},
{
"name": "documentation :scroll:",
"color": "F9F9F9",
"description": "Improvements or additions to documentation"
},
{
"name": "enhancement",
"color": "cdecdb",
"description": "New feature or request"
},
{
"name": "estimate: large",
"color": "357aab",
"description": "This is a complex issue that may take approximately 2 weeks to complete"
},
{
"name": "estimate: medium",
"color": "357aab",
"description": "This is a more involved issue that may take approximately a week to complete"
},
{
"name": "estimate: small",
"color": "357aab",
"description": "This is a quick and easy issue that may take a day or less to complete"
},
{
"name": "good first issue",
"color": "d7cee6",
"description": "Good for newcomers"
},
{
"name": "priority :triangular_flag_on_post:",
"color": "c03d27",
"description": "This urgently needs to be reviewed"
},
{
"name": "ready for review :eyes:",
"color": "118762",
"description": "Ready for code review and approval from maintainers"
},
{
"name": "security :lock:",
"color": "ccc12c",
"description": "Especially sensitive change that needs a security review"
},
{
"name": "work in progress :wrench:",
"color": "626262",
"description": "Not yet ready for review"
},
{
"name": "specialty: frontend",
"color": "401083",
"description": "Frontend work"
},
{
"name": "specialty: backend",
"color": "401083",
"description": "Backend work"
},
{
"name": "specialty: infrastructure",
"color": "401083",
"description": "Infrastructure / ops work"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment