Skip to content

Instantly share code, notes, and snippets.

@gordysc
Created March 11, 2020 12:01
Show Gist options
  • Save gordysc/c60f1e241279b42a4a20836c7c0ca14d to your computer and use it in GitHub Desktop.
Save gordysc/c60f1e241279b42a4a20836c7c0ca14d to your computer and use it in GitHub Desktop.
[
{
"name": "Approved πŸ‘",
"description": "Looks Good To Me!",
"color": "88e87f"
},
{
"name": "Blocked ⛔️",
"description": "This Is Blocked By Something!",
"color": "fc2929"
},
{
"name": "Changes Requested πŸ€”",
"description": "Let's Tweak Something",
"color": "e29653"
},
{
"name": "DO NOT MERGE βœ‹",
"description": "Wait, Don't Merge!!",
"color": "e8a996"
},
{
"name": "Documentation πŸ“",
"description": "Good for newcomers",
"color": "3077b2"
},
{
"name": "In Progress πŸ”„",
"description": "Working On It",
"color": "f4f39c"
},
{
"name": "Merge Conflicts 🚧",
"description": "Let's Resolve Some Merge Conflicts",
"color": "fbca04"
},
{
"name": "Question πŸ€”",
"description": "I Have A Question...",
"color": "cc317c"
},
{
"name": "Ready For Review βœ…",
"description": "Ready For Review",
"color": "0e8a16"
},
{
"name": "Under Review πŸ”",
"description": "Code Review In Progress",
"color": "5319e7"
},
{
"name": "🏳️ Help Wanted",
"description": "I Could Use A Hand With This",
"color": "ffccd3"
}
]
@gordysc
Copy link
Author

gordysc commented Mar 11, 2020

See https://github.com/popomore/github-labels if you'd like to import these into your repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment