generated from AFg6K7h4fhy2/AFg6K7h4fhy2-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.toml
164 lines (132 loc) · 3.48 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
["High Priority"]
color = "EB2C98"
name = "High Priority"
description = "A task that is of higher relative priority."
["Low Priority"]
color = "1EA231"
name = "Low Priority"
description = "A task that is of lower relative priority."
["Medium Priority"]
color = "F1CBB5"
name = "Medium Priority"
description = "A task that is of medium relative priority."
[actions]
color = "cfd3d7"
name = "actions"
description = "Use of GitHub Actions to facilitate reduction in manual labor."
[automation]
color = "cfd3d7"
name = "automation"
description = "Facilitating automation."
[bug]
color = "cfd3d7"
name = "bug"
description = "Something does not work as expected."
[compliance]
color = "cfd3d7"
name = "compliance"
description = "Must adhere to an external ruleset."
[data]
color = "cfd3d7"
name = "data"
description = "Task involving data handling."
[dependencies]
color = "cfd3d7"
name = "dependencies"
description = "Updates to dependency files."
[deployment]
color = "cfd3d7"
name = "deployment"
description = "Deployment modifications."
[discussion]
color = "cfd3d7"
name = "discussion"
description = "Conversations, postulations, and reflections."
[documentation]
color = "cfd3d7"
name = "documentation"
description = "Explanations for aspects of the project."
[duplicate]
color = "cfd3d7"
name = "duplicate"
description = "This issue or pull request already exists."
[efficiency]
color = "cfd3d7"
name = "efficiency"
description = "Changes that make something more efficient."
[enhancement]
color = "cfd3d7"
name = "enhancement"
description = "Enhancement to existing feature or aspect of the project."
[feature]
color = "cfd3d7"
name = "feature"
description = "A new tool or utility being added."
[first-pass]
color = "cfd3d7"
name = "first-pass"
description = "A first-pass at a specific task; typically evolves into something more substantial later."
["help wanted"]
color = "cfd3d7"
name = "help wanted"
description = "Further attention is desired."
[meta]
color = "cfd3d7"
name = "meta"
description = "Top-level considerations for the projects place and impact in the world."
[presentation]
color = "cfd3d7"
name = "presentation"
description = "Relating to a demo or presentation."
[question]
color = "cfd3d7"
name = "question"
description = "Request for further information."
[reproducibility]
color = "cfd3d7"
name = "reproducibility"
description = "Changes that make something more reproducible."
[resources]
color = "cfd3d7"
name = "resources"
description = "Useful reference material(s)."
[scope]
color = "cfd3d7"
name = "scope"
description = "Decision-making on the scope of a tool, task, or object."
[security]
color = "cfd3d7"
name = "security"
description = "Changes that make something more secure."
[standards]
color = "cfd3d7"
name = "standards"
description = "Related to best practices or standards."
[template]
color = "cfd3d7"
name = "template"
description = "A template for something."
[testing]
color = "cfd3d7"
name = "testing"
description = "Verifying something works as intended."
[tidiness]
color = "cfd3d7"
name = "tidiness"
description = "Improvements that something tidier."
[user-feedback]
color = "cfd3d7"
name = "user-feedback"
description = "Pertaining to user feedback for certain project items."
[visuals]
color = "cfd3d7"
name = "visuals"
description = "Adds or pertains to visualizations."
[website]
color = "cfd3d7"
name = "website"
description = "Pertaining to a website associated with the project."
[wontfix]
color = "cfd3d7"
name = "wontfix"
description = "This will not be worked on."