Skip to content

Commit 04941e3

Browse files
committed
Add issue labels configuration
1 parent e7ed33f commit 04941e3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/labels.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[
2+
{ "name": "feature", "color": "#91ca55", "description": "New feature or enhancement" },
3+
{ "name": "bug", "color": "#ee3f46", "description": "Something isn't working" },
4+
{ "name": "security", "color": "#ee3f46", "description": "Security related work" },
5+
{ "name": "chore", "color": "#fef2c0", "description": "A routine task" },
6+
7+
{ "name": "release", "color": "#6538a9", "description": "Project release" },
8+
{ "name": "build", "color": "#633a9f", "description": "Build system related tasks" },
9+
10+
{ "name": "documentation", "color": "#0075ca", "description": "Improvements or additions to documentation" },
11+
12+
{ "name": "wip", "color": "#fbca04", "description": "Work in progress" },
13+
{ "name": "invalid", "color": "#d2dae1", "description": "This doesn't seem right" },
14+
{ "name": "wontfix", "color": "#d2dae1", "description": "This will not be worked on" }
15+
]

0 commit comments

Comments
 (0)