Skip to content

Instantly share code, notes, and snippets.

@super3
Created November 14, 2018 09:38
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 super3/0596e3c7c8bb173815cae03a38f832b8 to your computer and use it in GitHub Desktop.
Save super3/0596e3c7c8bb173815cae03a38f832b8 to your computer and use it in GitHub Desktop.
Use: https://medium.com/@dave_lunny/sane-github-labels-c5d2e6004b63
Source: https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues
[
{ "name": "bug", "color": "#EE3F46" },
{ "name": "security", "color": "#EE3F46" },
{ "name": "production", "color": "#F45D43" },
{ "name": "chore", "color": "#fef2c0" },
{ "name": "legal", "color": "#fef2c0" },
{ "name": "copy", "color": "#FFC274" },
{ "name": "design", "color": "#FFC274" },
{ "name": "ux", "color": "#FFC274" },
{ "name": "staging", "color": "#fad8c7" },
{ "name": "test", "color": "#fad8c7" },
{ "name": "discussion", "color": "#cc317c" },
{ "name": "rfc", "color": "#cc317c" },
{ "name": "question", "color": "#cc317c" },
{ "name": "enhancement", "color": "#5EBEFF" },
{ "name": "optimization", "color": "#5EBEFF" },
{ "name": "coverage", "color": "#5EBEFF" },
{ "name": "feature", "color": "#91ca55" },
{ "name": "invalid", "color": "#D2DAE1" },
{ "name": "wontfix", "color": "#D2DAE1" },
{ "name": "duplicate", "color": "#D2DAE1" },
{ "name": "on hold", "color": "#D2DAE1" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment