Skip to content

Commit ea96f7a

Browse files
committed
Add labels.toml
1 parent 2d60472 commit ea96f7a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.github/labels.toml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[bug]
2+
color = "ffeb95"
3+
name = "bug"
4+
description = "Bugs and problems with labels"
5+
6+
["code quality"]
7+
color = "c792ea"
8+
name = "code quality"
9+
description = "Tasks related to linting, coding style, type checks"
10+
11+
[dependencies]
12+
color = "c792ea"
13+
name = "dependencies"
14+
description = "Tasks related to managing dependencies"
15+
16+
[discussion]
17+
color = "82aaff"
18+
name = "discussion"
19+
description = "Issues for discussing ideas for features"
20+
21+
["do not merge"]
22+
color = "ef5350"
23+
name = "do not merge"
24+
description = "Pull requests which must not be merged"
25+
26+
[docs]
27+
color = "21c7a8"
28+
name = "docs"
29+
description = "Tasks to write and update documentation"
30+
31+
[enhancement]
32+
color = "82aaff"
33+
name = "enhancement"
34+
description = "New feature or enhancement for labels"
35+
36+
["good first issue"]
37+
color = "7fdbca"
38+
name = "good first issue"
39+
description = "Good tasks for newcomers to labels"
40+
41+
[misc]
42+
color = "ecc48d"
43+
name = "misc"
44+
description = "Tasks that don't fit any of the other categories"
45+
46+
[project]
47+
color = "d6deeb"
48+
name = "project"
49+
description = "Tasks related to managing this project"

0 commit comments

Comments
 (0)