Last active
January 25, 2019 16:52
-
-
Save chrisfree/d25f39e04a8f74ba271f0efba2256b9d to your computer and use it in GitHub Desktop.
Chromatic's Default GitHub Labels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "1-Emergency / 911", | |
"color": "#911f1f" | |
}, | |
{ | |
"name": "2-Critical", | |
"color": "#f46541" | |
}, | |
{ | |
"name": "3-High Priority", | |
"color": "#f4d041" | |
}, | |
{ | |
"name": "4-Medium Priority", | |
"color": "#d0f441" | |
}, | |
{ | |
"name": "5-Low Priority", | |
"color": "#30b282" | |
}, | |
{ | |
"name": "LOE-L", | |
"color": "#F4F4F5" | |
}, | |
{ | |
"name": "LOE-M", | |
"color": "#9BB9D6" | |
}, | |
{ | |
"name": "LOE-ML", | |
"color": "#CFDDEA" | |
}, | |
{ | |
"name": "LOE-S", | |
"color": "#437BB2" | |
}, | |
{ | |
"name": "LOE-XL", | |
"color": "#D1D1D1" | |
}, | |
{ | |
"name": "LOE-XS", | |
"color": "#2D74BB" | |
}, | |
{ | |
"name": "Type-Bug", | |
"color": "#8E4488" | |
}, | |
{ | |
"name": "Type-Feature Request", | |
"color": "#8E4488" | |
}, | |
{ | |
"name": "Type-Question", | |
"color": "#8E4488" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment