Skip to content

Instantly share code, notes, and snippets.

@Berkmann18
Last active January 31, 2019 15:36
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 Berkmann18/f0fd1ac3e5ee9bc90bae86b122381140 to your computer and use it in GitHub Desktop.
Save Berkmann18/f0fd1ac3e5ee9bc90bae86b122381140 to your computer and use it in GitHub Desktop.
My GH labels
[
{
"name": "Priority: Critical",
"color": "FF0000"
},
{
"name": "Priority: High",
"color": "FF8000"
},
{
"name": "Priority: Medium",
"color": "BF8000"
},
{
"name": "Priority: Low",
"color": "FFFF00"
},
{
"name": "Status: Review Needed :passport_control:",
"color": "FFFFFF",
"description": "A review is needed!"
},
{
"name": "Status: In Review :detective:",
"color": "00FFFF",
"description": "The issue is currently being reviewed"
},
{
"name": "Status: In Progress :gear: or :construction_worker:",
"color": "0066B3",
"description": "The issue is currently being worked on"
},
{
"name": "Status: On Hold :stop_sign:",
"color": "F58220",
"description": "Issue on hold until something happens"
},
{
"name": "Status: Accepted :heavy_check_mark:",
"color": "00FF00",
"description": "Reviewed and accepted"
},
{
"name": "Status: Left Out :left_luggage:",
"color": "CC0000",
"description": "Issue left out (ignored) for now"
},
{
"name": "Status: Available :free:",
"color": "B0E7B0",
"description": "Available for grab"
},
{
"name": "Status: Waiting for Feedback",
"color": "BFDADC",
"description": "Feedback needed from the OP"
},
{
"name": "Type: Bug :bug:",
"color": "ED1C24",
"description": "Something isn't working"
},
{
"name": "Type: Enhancement :bulb:",
"color": "800000",
"decription": "New feature or request"
},
{
"name": "Type: Question :grey_question:",
"color": "21409A"
},
{
"name": "Type: Discuss :speech_balloon:",
"color": "3B59AF",
"description": "Discussion relevant to the repo"
},
{
"name": "Type: Maintenance :construction:",
"color": "FAA61A"
},
{
"name": "Type: Duplicate :repeat:",
"color": "999999",
"description": "This issue or pull request already exists"
},
{
"name": "Type: Vulnerability :warning:",
"color": "D20029",
"description": "Security vulnerability issue"
},
{
"name": "Type: Invalid :x:",
"color": "CCCCCC",
"description": "This doesn't seem right"
},
{
"name": "Type: Documentation :book:",
"color": "7FFFF0",
"description": "Documentation related issue"
},
{
"name": "Type: Regression :boom:",
"color": "F9D0C4",
"description": "Regressions from a version to another"
},
{
"name": "good first issue :+1:",
"color": "FF00FF",
"description": "Good for newcomers"
},
{
"name": "wontfix :heavy_multiplication_x:",
"color": "000000",
"description": "This will not be worked on"
},
{
"name": "help wanted :sos:",
"color": "FDC578",
"description": "Extra attention is needed"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment