-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlabels.toml
49 lines (40 loc) · 1.04 KB
/
labels.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[bug]
color = "ffeb95"
description = "Bugs and problems with pytest-md"
name = "bug"
["code quality"]
color = "c792ea"
description = "Tasks related to linting, coding style, type checks"
name = "code quality"
[dependencies]
color = "c792ea"
description = "Tasks related to managing dependencies"
name = "dependencies"
[discussion]
color = "82aaff"
description = "Issues for discussing ideas for features"
name = "discussion"
["do not merge"]
color = "ef5350"
description = "Pull requests which must not be merged"
name = "do not merge"
[docs]
color = "21c7a8"
description = "Tasks to write and update documentation"
name = "docs"
[enhancement]
color = "82aaff"
description = "New feature or enhancement for pytest-md"
name = "enhancement"
["good first issue"]
color = "7fdbca"
description = "Good tasks for newcomers to pytest-md"
name = "good first issue"
[misc]
color = "ecc48d"
description = "Tasks that don't fit any of the other categories"
name = "misc"
[project]
color = "d6deeb"
description = "Tasks related to managing this project"
name = "project"