-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlabels.yml
More file actions
204 lines (160 loc) · 6.07 KB
/
labels.yml
File metadata and controls
204 lines (160 loc) · 6.07 KB
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
195
196
197
198
199
200
201
202
203
204
# ------------------------------------------------------------- #
# This is an auto-generated file - Do not edit it file directly #
# ------------------------------------------------------------- #
# This file is automatically generated by merging two files:
# 1. The Exercism-wide labels
# 2. The repository-specific labels
#
# The Exercism-wide labels are defined in
# https://github.com/exercism/org-wide-files/blob/main/synced-files/.github/labels.yml
#
# The repository-specific labels are defined in `.appends/.github/labels.yml`.
# If you want to change the repository-specific labels, update the
# `.appends/.github/labels.yml` file and _not_ this file.
#
# Any changes to the repo's `.appends/.github/labels.yml` file or the
# Exercism-wide `labels.yml` file will automatically result in this file being
# regenerated and the labels being updated. This typically takes 5-10 minutes.
# --------------------------------------------------------------------- #
# These are the Exercism-wide labels which are shared across all repos. #
# --------------------------------------------------------------------- #
# The following Exercism-wide labels are used to show "tasks" on the website, which
# will point users to things they can help contribute with.
# The `x:action/<value>` labels describe what sort of work the contributor
# will be engaged in when working on the issue
- name: "x:action/create"
description: "Work on something from scratch"
color: "6f60d2"
- name: "x:action/fix"
description: "Fix an issue"
color: "6f60d2"
- name: "x:action/improve"
description: "Improve existing functionality/content"
color: "6f60d2"
- name: "x:action/proofread"
description: "Proofread text"
color: "6f60d2"
- name: "x:action/sync"
description: "Sync content with its latest version"
color: "6f60d2"
# The `x:knowledge/<value>` labels describe how much Exercism knowledge
# is required by the contributor
- name: "x:knowledge/none"
description: "No existing Exercism knowledge required"
color: "604fcd"
- name: "x:knowledge/elementary"
description: "Little Exercism knowledge required"
color: "604fcd"
- name: "x:knowledge/intermediate"
description: "Quite a bit of Exercism knowledge required"
color: "604fcd"
- name: "x:knowledge/advanced"
description: "Comprehensive Exercism knowledge required"
color: "604fcd"
# The `x:module/<value>` labels indicate what part of Exercism
# the contributor will be working on
- name: "x:module/analyzer"
description: "Work on Analyzers"
color: "5240c9"
- name: "x:module/concept"
description: "Work on Concepts"
color: "5240c9"
- name: "x:module/concept-exercise"
description: "Work on Concept Exercises"
color: "5240c9"
- name: "x:module/generator"
description: "Work on Exercise generators"
color: "5240c9"
- name: "x:module/practice-exercise"
description: "Work on Practice Exercises"
color: "5240c9"
- name: "x:module/representer"
description: "Work on Representers"
color: "5240c9"
- name: "x:module/test-runner"
description: "Work on Test Runners"
color: "5240c9"
# The `x:size/<value>` labels describe the expected amount of work
# for a contributor
- name: "x:size/tiny"
description: "Tiny amount of work"
color: "4836bf"
- name: "x:size/small"
description: "Small amount of work"
color: "4836bf"
- name: "x:size/medium"
description: "Medium amount of work"
color: "4836bf"
- name: "x:size/large"
description: "Large amount of work"
color: "4836bf"
- name: "x:size/massive"
description: "Massive amount of work"
color: "4836bf"
# The `x:status/<value>` label indicates if there is already someone
# working on the issue
- name: "x:status/claimed"
description: "Someone is working on this issue"
color: "4231af"
# The `x:type/<value>` labels describe how much Exercism knowledge
# is required by the contributor
- name: "x:type/ci"
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
color: "3c2d9f"
- name: "x:type/coding"
description: "Work on code that will run in production"
color: "3c2d9f"
- name: "x:type/content"
description: "Work on content (e.g. exercises, concepts)"
color: "3c2d9f"
- name: "x:type/docker"
description: "Work on Dockerfiles"
color: "3c2d9f"
- name: "x:type/docs"
description: "Work on Documentation"
color: "3c2d9f"
# The following Exercism-wide labels are used to influence how much reputation
# a contributor gets for an authored/merged/reviewed PR.
# See https://github.com/exercism/docs/blob/main/product/reputation.md
- name: "reputation/contributed_code/major"
description: "Increases the number of reputation points awarded by this PR"
color: "fcfa9f"
- name: "reputation/contributed_code/minor"
description: "Decreases the number of reputation points awarded by this PR"
color: "fcfa9f"
# This Exercism-wide label is added to all automatically created pull requests
# that help migrate/prepare a track for Exercism v3
- name: "v3-migration 🤖"
description: "Preparing for Exercism v3"
color: "e99695"
# ----------------------------------------------------------------------------------------- #
# 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: "bug"
description: "Something isn't working"
color: "d73a4a"
- name: "documentation"
description: "Improvements or additions to documentation"
color: "0075ca"
- name: "duplicate"
description: "This issue or pull request already exists"
color: "cfd3d7"
- name: "enhancement"
description: "New feature or request"
color: "a2eeef"
- name: "good first issue"
description: "Good for newcomers"
color: "7057ff"
- name: "help wanted"
description: "Extra attention is needed"
color: "008672"
- name: "invalid"
description: "This doesn't seem right"
color: "e4e669"
- name: "question"
description: "Further information is requested"
color: "d876e3"
- name: "wontfix"
description: "This will not be worked on"
color: "ffffff"