-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
labels.yml
184 lines (139 loc) Β· 4.58 KB
/
labels.yml
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
# ----------------------------------------------------------------------------------------- #
# These are the repository-specific labels that augment the Exercise-wide labels defined in #
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
# ----------------------------------------------------------------------------------------- #
- name: "abandoned π"
description: ""
color: "ededed"
- name: "bug π"
description: ""
color: "B60205"
- name: "chore π§"
description: ""
color: "293028"
- name: "claimed πΎ"
description: "For new exercises being written by contributors and maintainers."
color: "FFF034"
- name: "dependencies"
description: "Pull requests that update a dependency file"
color: "257FE3"
- name: "discussion π¬"
description: ""
color: "257FE3"
- name: "do not merge π§"
description: "Don't merge until this label is removed."
color: "fbca04"
- name: "documentation π"
description: ""
color: "257FE3"
- name: "duplicate"
description: ""
color: "e6e6e6"
- name: "enhancement π¦ β"
description: "Changing current behaviour or enhancing/adding to what's already there."
color: "B5F7FF"
- name: "experimental π¬"
description: "Speculative functionality or implementation."
color: "FFFFFF"
- name: "first-timers only π£"
description: "Issues reserved for first contributions."
color: "000000"
- name: "github_actions"
description: "Pull requests that update Github_actions code"
color: "000000"
- name: "good first issue"
description: "Good issue for a new contributor to this project/repo."
color: "BED643"
- name: "good first patch"
description: "Good fix/patch for a new contributor to this project/repo."
color: "BED643"
- name: "hacktoberfest π"
description: ""
color: "FEF2C0"
- name: "hacktoberfest-accepted β"
description: ""
color: "F5A623"
- name: "help wanted"
description: "We'd like your help with this."
color: "BD10E0"
- name: "improve documentation π"
description: "specific improvements to documentation on the track, the exercises, or the repo."
color: "FFFFFF"
- name: "improve exercise π"
description: ""
color: "FFFFFF"
- name: "improve reference docs π"
description: "for issues with links, introductions, or about docs for concepts"
color: "FFFFFF"
- name: "improve test case π"
description: "improve test case(s) for an exercise"
color: "FFFFFF"
- name: "in-progress πΏ"
description: ""
color: "FFFFFF"
- name: "invalid"
description: ""
color: "e6e6e6"
- name: "maintainer action requiredβ"
description: "A maintainer needs to take action on this."
color: "B60205"
- name: "maintainer chore π§"
description: ""
color: "000000"
- name: "new documentation β¨"
description: ""
color: "5331B5"
- name: "new exercise β¨"
description: ""
color: "5331B5"
- name: "new reference doc β¨"
description: ""
color: "5331B5"
- name: "new test case :sparkles:"
description: ""
color: "5331B5"
- name: "on hold βπ½"
description: "Action should stop on this issue or PR for now."
color: "FEF2C0"
- name: "pinned π"
description: "Do no mark stale or invalid."
color: "FFD141"
- name: "please review π"
description: ""
color: "257FE3"
- name: "python"
description: "Pull requests that update Python code"
color: "2b67c6"
- name: "security π¨"
description: "Security issue or patch"
color: "FFFFFF"
- name: "spam π«"
description: "This is a spam/nuisance issue or PR."
color: "FFFFFF"
- name: "status/draft"
description: "This is in draft and open for comment/suggestion."
color: "DEA3EA"
- name: "status/wontfix π
π½"
description: "While this may be an issue, it will not be fixed at this time."
color: "DEA3EA"
- name: "wip/content-checking β"
description: "content checking tasks for exercises that are in development"
color: "A389F1"
- name: "wip/proof-reading π"
description: "proof reading tasks for exercises that are in development"
color: "A389F1"
- name: "wip/story-writing β"
description: "story writing tasks for exercises that are in development"
color: "A389F1"
- name: "wip/style-guideline-checking π"
description: "style guideline tasks for exercises that are in development"
color: "A389F1"
- name: "βquestionβ"
description: "I have a proposal or question about things, but nothing is broken."
color: "293028"
- name: "prickleπ’"
description: "This issue should be skipped by the auto-responder."
color: "FFFFFF"
- name: "smolderπ²"
description: "Lower-priority and/or future idea"
color: "8B0000"