File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments