Created
December 6, 2018 14:57
-
-
Save lannonbr/ce2dd67a52a2d89e9942cf386474321f to your computer and use it in GitHub Desktop.
Labels to be deployed across rooseveltframework org using lannonbr/issue-label-manager-cli
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": "blocked", "color": "8e44ad", "description": "Cannot be worked on until other issues / PRs are resolved" }, | |
{ "name": "breaking", "color": "96281b", "description": "Change will require a major version bump" }, | |
{ "name": "bug", "color": "d73a4a" }, | |
{ "name": "discussion", "color": "6bb9f0" }, | |
{ "name": "documentation", "color": "446cb3" }, | |
{ "name": "duplicate", "color": "cfd3d7" }, | |
{ "name": "engineering", "color": "f7ca18", "description": "Pertains to infrastructure around project (CI, build tools, etc)" }, | |
{ "name": "enhancement", "color": "a2eeef", "description": "Planned feature" }, | |
{ "name": "good first issue", "color": "7057ff", "description": "If you're new to the project, this would be a good issue to try resolving first" }, | |
{ "name": "help wanted", "color": "008672" }, | |
{ "name": "in progress", "color": "006b75", "description": "Issue that is currently being worked on" }, | |
{ "name": "invalid", "color": "e4e669" }, | |
{ "name": "mentor available", "color": "008672", "description": "A maintainer is available to help you work on this if you take it up" }, | |
{ "name": "P1", "color": "e11d21", "description": "Highest Priority" }, | |
{ "name": "P2", "color": "eb6420", "description": "High Priority" }, | |
{ "name": "P3", "color": "fbca04", "description": "Medium Priority" }, | |
{ "name": "P4", "color": "0052cc", "description": "Low Priority" }, | |
{ "name": "P5", "color": "64e0b5", "description": "Nice to have" }, | |
{ "name": "proposal", "color": "81cfe0" }, | |
{ "name": "question", "color": "d876e3" }, | |
{ "name": "testing", "color": "fbca04" }, | |
{ "name": "upstream issue", "color": "f2adf7", "description": "Third-party dependency issue" }, | |
{ "name": "wontfix", "color": "ffffff" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment