generated from AFg6K7h4fhy2/AFg6K7h4fhy2-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels.toml
194 lines (156 loc) · 3.62 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
["DEFCON 1"]
color = "ffffff"
name = "DEFCON 1"
description = ""
["DEFCON 2"]
color = "ff0000"
name = "DEFCON 2"
description = ""
["DEFCON 3"]
color = "ffff00"
name = "DEFCON 3"
description = ""
["DEFCON 4"]
color = "00ff00"
name = "DEFCON 4"
description = ""
["DEFCON 5"]
color = "1e90ff"
name = "DEFCON 5"
description = ""
[automation]
color = "cfd3d7"
name = "automation"
description = "Makes something less manual"
[bug]
color = "cfd3d7"
name = "bug"
description = "Something isn't working"
[compliance]
color = "cfd3d7"
name = "compliance"
description = "Must adhere to external rules"
[critical]
color = "cfd3d7"
name = "critical"
description = "Crucial for things to work"
[data]
color = "cfd3d7"
name = "data"
description = "Data storage, preparation, and loading"
[deployment]
color = "cfd3d7"
name = "deployment"
description = "Improvements or additions to deployments"
[discussion]
color = "cfd3d7"
name = "discussion"
description = "Conversation, postulation, and reflection"
[documentation]
color = "cfd3d7"
name = "documentation"
description = "Improvements or additions to documentation"
[duplicate]
color = "cfd3d7"
name = "duplicate"
description = "This issue or pull request already exists"
[enhancement]
color = "cfd3d7"
name = "enhancement"
description = "New feature or request"
[experimentation]
color = "cfd3d7"
name = "experimentation"
description = "For experimentation, non-essential"
[explanation]
color = "cfd3d7"
name = "explanation"
description = "Documentation that primarily explains"
[feedback]
color = "cfd3d7"
name = "feedback"
description = "Suggested improvements"
["good first issue"]
color = "cfd3d7"
name = "good first issue"
description = "Good for newcomers"
[guide]
color = "cfd3d7"
name = "guide"
description = "Documentation that primarily guides how-to"
["help wanted"]
color = "cfd3d7"
name = "help wanted"
description = "Extra attention is needed"
[invalid]
color = "cfd3d7"
name = "invalid"
description = "This doesn't seem right"
[learning]
color = "cfd3d7"
name = "learning"
description = "For the purpose of learning"
[meta]
color = "cfd3d7"
name = "meta"
description = "Top level considerations"
[performance]
color = "cfd3d7"
name = "performance"
description = "Improvements to repository performance"
[presentation]
color = "cfd3d7"
name = "presentation"
description = "Materials for presenting something"
[question]
color = "cfd3d7"
name = "question"
description = "Request for further information"
[reading]
color = "cfd3d7"
name = "reading"
description = "Reading engagement (learning)"
[reference]
color = "cfd3d7"
name = "reference"
description = "Documentation primarily serving as a reference"
[reproducibility]
color = "cfd3d7"
name = "reproducibility"
description = "Related to repository reproducibility"
[resources]
color = "cfd3d7"
name = "resources"
description = "Materials for reference and development"
[security]
color = "cfd3d7"
name = "security"
description = "Improvements and additions to security"
[standards]
color = "cfd3d7"
name = "standards"
description = "Related to best practices and standards"
[template]
color = "cfd3d7"
name = "template"
description = "Standardizing development structures"
[testing]
color = "cfd3d7"
name = "testing"
description = "Verifying something works as intended"
[tutorial]
color = "cfd3d7"
name = "tutorial"
description = "Documentation that primarily teaches"
[visuals]
color = "cfd3d7"
name = "visuals"
description = "Plots, flow charts, and other visuals"
[wontfix]
color = "cfd3d7"
name = "wontfix"
description = "This will not be worked on"
[writing]
color = "cfd3d7"
name = "writing"
description = "Improvements and additions to written works"