-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
[ | ||
{ | ||
"name": "issue or PR: bug", | ||
"name": "bug", | ||
"color": "d73a4a", | ||
"description": "Something isn't working as expected" | ||
}, | ||
{ | ||
"name": "issue or PR: feature", | ||
"name": "feature", | ||
"color": "0052cc", | ||
"description": "New feature implementation" | ||
}, | ||
{ | ||
"name": "issue or PR: enhancement", | ||
"name": "enhancement", | ||
"color": "a2eeef", | ||
"description": "Improvement to existing features" | ||
}, | ||
{ | ||
"name": "issue: question", | ||
"name": "question", | ||
"color": "d876e3", | ||
"description": "Further information is requested" | ||
}, | ||
{ | ||
"name": "status: good first issue", | ||
"name": "documentation", | ||
"color": "0075ca", | ||
"description": "Improvements or additions to documentation" | ||
}, | ||
{ | ||
"name": "refactor", | ||
"color": "fbca04", | ||
"description": "Code refactoring" | ||
}, | ||
{ | ||
"name": "chore", | ||
"color": "bfdadc", | ||
"description": "General maintenance tasks" | ||
}, | ||
{ | ||
"name": "good first issue", | ||
"color": "7057ff", | ||
"description": "Good for newcomers" | ||
}, | ||
{ | ||
"name": "status: help wanted", | ||
"name": "help wanted", | ||
"color": "008672", | ||
"description": "Extra attention is needed" | ||
}, | ||
{ | ||
"name": "close: duplicate", | ||
"name": "duplicate", | ||
"color": "cfd3d7", | ||
"description": "This issue already exists" | ||
"description": "This issue or pull request already exists" | ||
}, | ||
{ | ||
"name": "close: wontfix", | ||
"name": "wontfix", | ||
"color": "ffffff", | ||
"description": "This will not be worked on" | ||
}, | ||
{ | ||
"name": "close: invalid", | ||
"name": "invalid", | ||
"color": "e4e669", | ||
"description": "This doesn't seem right" | ||
}, | ||
{ | ||
"name": "PR: documentation", | ||
"color": "0075ca", | ||
"description": "Improvements or additions to documentation" | ||
}, | ||
{ | ||
"name": "PR: refactor", | ||
"color": "fbca04", | ||
"description": "Code refactoring" | ||
}, | ||
{ | ||
"name": "PR: chore", | ||
"color": "bfdadc", | ||
"description": "General maintenance tasks" | ||
} | ||
] |
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
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