Skip to content

Instantly share code, notes, and snippets.

@mavvverick
Created August 7, 2020 10:22
Show Gist options
  • Save mavvverick/afc6cf3a45a23981539d7c1b788c0cfc to your computer and use it in GitHub Desktop.
Save mavvverick/afc6cf3a45a23981539d7c1b788c0cfc to your computer and use it in GitHub Desktop.
Style guide for org-labels
[
{
"name": "Status: Abandoned",
"color": "000000"
},
{
"name": "Status: Accepted",
"color": "009800"
},
{
"name": "Status: Available",
"color": "bfe5bf"
},
{
"name": "Status: Blocked",
"color": "e11c21"
},
{
"name": "Status: Completed",
"color": "006b75"
},
{
"name": "Status: In Progress",
"color": "cccccc"
},
{
"name": "Status: On Hold",
"color": "e11c21"
},
{
"name": "Status: Pending",
"color": "fef2c0"
},
{
"name": "Status: Review Needed",
"color": "fbca04"
},
{
"name": "Status: Revision Needed",
"color": "e11c21"
},
{
"name": "Type: Enhancement",
"color": "84b6eb"
},
{
"name": "Type: Bug",
"color": "e11c21"
},
{
"name": "Type: Maintenace",
"color": "fbca04"
},
{
"name": "Type: Question",
"color": "cc317c"
},
{
"name": "Priority: Critical",
"color": "e11c21"
},
{
"name": "Priority: High",
"color": "eb641f"
},
{
"name": "Priority: Low",
"color": "009800"
},
{
"name": "Priority: Medium",
"color": "fbca04"
},
{
"name": "duplicate",
"color": "aaaaaa"
},
{
"name": "wishlist",
"color": "66Aa00"
},
{
"name": "declined",
"color": "83000C"
}
]
@mavvverick
Copy link
Author

Note: Must be used within https://github.com/repo-utils/org-labels

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