Skip to content

Instantly share code, notes, and snippets.

@iforwms
Last active October 26, 2018 13:47
Show Gist options
  • Save iforwms/fabbbe262c344cbee3cde07360e84f34 to your computer and use it in GitHub Desktop.
Save iforwms/fabbbe262c344cbee3cde07360e84f34 to your computer and use it in GitHub Desktop.
Github Issue Labels
[
{ "name": ":octocat: customer", "description": "Issue was submitted via issue form", "color": "#db9df2" },
{ "name": ":moneybag: subscription", "description": "Payment or subscription-related", "color": "#ee3f46" },
{ "name": ":iphone: android", "description": "Android-related", "color": "#bfd4f2" },
{ "name": ":iphone: ios", "description": "iOS-related", "color": "#bfd4f2" },
{ "name": ":computer: web", "description": "Website-related", "color": "#bfd4f2" },
{ "name": ":cloud: server", "description": "Server-related", "color": "#bfd4f2" },
{ "name": ":skull: bug", "description": "Self-explanatory", "color": "#ee3f46" },
{ "name": ":unlock: security", "description": "Code vulnerabilities", "color": "#ee3f46" },
{ "name": ":zap: quick fix", "description": "An issue which can be resolved quickly", "color": "#075070" },
{ "name": ":pencil: copy", "description": "Rewording, typos, grammatical errors etc", "color": "#ffc274" },
{ "name": ":art: ux", "description": "Design or user experience-related", "color": "#ffc274" },
{ "name": ":floppy_disk: enhancement", "description": "Optimisation or improvement to an existing feature", "color": "#5ebeff" },
{ "name": ":gift: feature", "description": "Brand new feature", "color": "#4caf50" },
{ "name": ":speech_balloon: discussion", "description": "Issue cannot be resolved without input from third party/team member", "color": "#cc317c" },
{ "name": ":paw_prints: in progress", "description": "Issue is in the middle of being resolved", "color": "#5cd6a1" },
{ "name": ":suspect: low", "description": "Doesn’t need to be addressed now", "color": "#fef2c0" },
{ "name": ":hurtrealbad: medium", "description": "Important issue which should be address if no high priority issues exist", "color": "#ffc107" },
{ "name": ":feelsgood: high", "description": "To be address as soon as possible", "color": "#f45d43" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment