-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels.json
112 lines (112 loc) · 2.72 KB
/
labels.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[
{
"name": "blocked",
"description": "Is blocked by another task",
"color": "#b60205"
},
{
"name": "blocking",
"description": "Is blocking another task of equal or higher priority",
"color": "#92d8fa"
},
{
"name": "bug",
"description": "Something isn't working",
"color": "#d73a4a"
},
{
"name": "chore",
"description": "A task that does not require development work",
"color": "#fbca04"
},
{
"name": "data",
"description": "This concerns data",
"color": "#5319e7"
},
{
"name": "documentation",
"description": "Improvements or additions to documentation",
"color": "#0075ca"
},
{
"name": "duplicate",
"description": "This issue or pull request already exists",
"color": "#cfd3d7"
},
{
"name": "feature",
"description": "New feature or request",
"color": "#a2eeef"
},
{
"name": "firi-3.2",
"description": "FinBIF-FIRI Task 3.2 algorithms to identify birds and bats from sound recordings",
"color": "#4b7fbd"
},
{
"name": "funding needed",
"description": "Project funding is needed for this",
"color": "#6e8200"
},
{
"name": "important",
"description": "This task must be done",
"color": "#d93f0b"
},
{
"name": "improvement",
"description": "Fixes that are not really bugs and are not really new features",
"color": "#c96198"
},
{
"name": "infrastructure",
"description": "This task is related to IT infrastructure",
"color": "#e99695"
},
{
"name": "more info?",
"description": "Further information is requested",
"color": "#d876e3"
},
{
"name": "priodiversity-2.2.2",
"description": "Priodiversity Task 2.2.2 Data management plan (DMP) for the project and beyond",
"color": "#bfdadc"
},
{
"name": "priodiversity-7.2.1",
"description": "Priodiversity Task 7.2.1 Implementing complete species lists for observing species",
"color": "#aaaaaa"
},
{
"name": "priodiversity-7.2.2",
"description": "Priodiversity Task 7.2.2 Improving the metadata and sampling design of monitoring schemes",
"color": "#aaaaaa"
},
{
"name": "quick",
"description": "Takes less than one day to complete",
"color": "#3de70f"
},
{
"name": "taxonomy",
"description": "Taxonomy related issues",
"color": "#11c6d1"
},
{
"name": "tettris-1.2",
"description": "TETTRIs Physical reference collection task",
"color": "#bfdadc"
},
{
"name": "urgent",
"description": "This has to be done in the next two weeks (or will take all the time up until the deadline)",
"color": "#f509b4"
},
{
"name": "wontfix",
"description": "This will not be worked on",
"color": "#ffffff"
}
]