Last active
October 16, 2024 14:15
-
-
Save Muhammed-Rahif/ad0e7259e9bbc9f29291e257e6c1ae9a to your computer and use it in GitHub Desktop.
Set of standard labels for new GitHub repositories.
This file contains hidden or 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": "priority: critical", | |
"color": "b60205", | |
"description": "Should be resolved ASAP" | |
}, | |
{ | |
"name": "priority: high", | |
"color": "d93f0b", | |
"description": "High urgency, should be addressed soon" | |
}, | |
{ | |
"name": "priority: medium", | |
"color": "fbca04", | |
"description": "Moderate urgency, should be addressed in due time" | |
}, | |
{ | |
"name": "priority: low", | |
"color": "0e8a16", | |
"description": "Low urgency, can be addressed later" | |
}, | |
{ | |
"name": "status: awaiting review", | |
"color": "bfe5bf", | |
"description": "Waiting for review" | |
}, | |
{ | |
"name": "status: can't reproduce", | |
"color": "fec1c1", | |
"description": "Unable to replicate the issue" | |
}, | |
{ | |
"name": "status: confirmed", | |
"color": "215cea", | |
"description": "The issue has been verified" | |
}, | |
{ | |
"name": "status: duplicate", | |
"color": "cfd3d7", | |
"description": "This issue or pull request already exists" | |
}, | |
{ | |
"name": "status: needs information", | |
"color": "fef2c0", | |
"description": "Additional details are required" | |
}, | |
{ | |
"name": "status: in progress", | |
"color": "0e8a16", | |
"description": "Work is currently being done on this" | |
}, | |
{ | |
"name": "status: in review", | |
"color": "c2e0c6", | |
"description": "Currently under review" | |
}, | |
{ | |
"name": "status: invalid", | |
"color": "e4e669", | |
"description": "This is not a valid issue or pull request" | |
}, | |
{ | |
"name": "status: wontfix", | |
"color": "eeeeee", | |
"description": "This will not be worked on" | |
}, | |
{ | |
"name": "type: bug", | |
"color": "d73a4a", | |
"description": "Something isn't working" | |
}, | |
{ | |
"name": "type: code styling", | |
"color": "f9d0c4", | |
"description": "Issues related to code formatting or style" | |
}, | |
{ | |
"name": "type: dependencies", | |
"color": "0366d6", | |
"description": "Issues or updates related to dependencies" | |
}, | |
{ | |
"name": "type: discussion", | |
"color": "d4c5f9", | |
"description": "Open for community input and debate" | |
}, | |
{ | |
"name": "type: documentation", | |
"color": "006b75", | |
"description": "Improvements or additions to documentation" | |
}, | |
{ | |
"name": "type: enhancement", | |
"color": "84b6eb", | |
"description": "Improvement or extension of existing functionality" | |
}, | |
{ | |
"name": "type: epic", | |
"color": "3E4B9E", | |
"description": "A theme of work that contains sub-tasks" | |
}, | |
{ | |
"name": "type: feature request", | |
"color": "fbca04", | |
"description": "New feature or request" | |
}, | |
{ | |
"name": "type: question", | |
"color": "d876e3", | |
"description": "Further information is requested" | |
}, | |
{ | |
"name": "type: tests", | |
"color": "a2eeef", | |
"description": "Related to testing" | |
}, | |
{ | |
"name": "type: gh-actions", | |
"color": "804000", | |
"description": "Related to GitHub Actions" | |
}, | |
{ | |
"name": "hacktoberfest", | |
"color": "ff7518", | |
"description": "A month-long celebration of open-source" | |
}, | |
{ | |
"name": "hacktoberfest-accepted", | |
"color": "9c4668", | |
"description": "PR accepted for Hacktoberfest" | |
}, | |
{ | |
"name": "help wanted", | |
"color": "008672", | |
"description": "Extra attention is needed" | |
}, | |
{ | |
"name": "good first issue", | |
"color": "7057ff", | |
"description": "Good for newcomers" | |
}, | |
{ | |
"name": "up-for-grabs", | |
"color": "00bfae", | |
"description": "List of projects with curated tasks for new contributors" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment