Skip to content

Instantly share code, notes, and snippets.

@RyanMillerC
Last active March 8, 2020 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanMillerC/18d1e40eb9d5283ceebf74484aa0d928 to your computer and use it in GitHub Desktop.
Save RyanMillerC/18d1e40eb9d5283ceebf74484aa0d928 to your computer and use it in GitHub Desktop.
Collection of Git labels for use with git-labelmaker
[
{ "name": "Priority: Important", "color": "#eb6420" },
{ "name": "Priority: Critical", "color": "#e11d21" },
{ "name": "Status: Abandoned", "color": "#000000" },
{ "name": "Status: Accepted", "color": "#009800" },
{ "name": "Status: Available", "color": "#bfe5bf" },
{ "name": "Status: Blocked", "color": "#e11d21" },
{ "name": "Status: Completed", "color": "#006b75" },
{ "name": "Status: In Progress", "color": "#cccccc" },
{ "name": "Status: On Hold", "color": "#e11d21" },
{ "name": "Status: Pending", "color": "#fef2c0" },
{ "name": "Status: Review Needed", "color": "#fbca04" },
{ "name": "Status: Revision Needed", "color": "#e11d21" },
{ "name": "Status: Wontfix", "color": "#a9a9a9" },
{ "name": "Type: Bug", "color": "#e11d21" },
{ "name": "Type: Maintenance", "color": "#fbca04" },
{ "name": "Type: Enhancement", "color": "#84b6eb" },
{ "name": "Type: Question", "color": "#cc317c" },
{ "name": "Type: Docs", "color": "#eeeeee" },
{ "name": "Type: Bugfix", "color": "#adff2f" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment