Skip to content

Commit ec5aa19

Browse files
ErikSchierboomrpottsoh
authored andcommitted
Define the labels used in this repo.
This commit adds a `.github/labels.yml` file, which contains the full list of labels that this repo can use. This file is a combination of the `.appends/.github/labels.yml` file and the Exercism-wide labels defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml.
1 parent dce4409 commit ec5aa19

File tree

1 file changed

+81
-16
lines changed

1 file changed

+81
-16
lines changed

.github/labels.yml

Lines changed: 81 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
1-
# This is an auto-generated file. Please don't edit this file directly.
1+
# ------------------------------------------------------------- #
2+
# This is an auto-generated file - Do not edit it file directly #
3+
# ------------------------------------------------------------- #
24

35
# This file is automatically generated by merging two files:
4-
# 1. The Exercism-wide labels: defined in https://github.com/exercism/org-wide-files/blob/main/synced-files/.github/labels.yml)
5-
# 2. The repository-specific labels: defined in a `.appends/.github/labels.yml` file (optional)
6+
# 1. The Exercism-wide labels
7+
# 2. The repository-specific labels
68
#
7-
# If you want to use additional labels besides the Exercism-wide labels,
8-
# don't edit this file directly but instead create a `.appends/.github/labels.yml`
9-
# file within this repo.
9+
# The Exercism-wide labels are defined in
10+
# https://github.com/exercism/org-wide-files/blob/main/synced-files/.github/labels.yml
11+
#
12+
# The repository-specific labels are defined in `.appends/.github/labels.yml`.
13+
# If you want to change the repository-specific labels, update the
14+
# `.appends/.github/labels.yml` file and _not_ this file.
1015
#
1116
# Any changes to the repo's `.appends/.github/labels.yml` file or the
1217
# Exercism-wide `labels.yml` file will automatically result in this file being
1318
# regenerated and the labels being updated. This typically takes 5-10 minutes.
1419

15-
# ---
16-
#
17-
# These are the Exercism-wide labels which are shared across all repos.
18-
# The Exercism-wide labels are used to show "tasks" on the website, which
20+
# --------------------------------------------------------------------- #
21+
# These are the Exercism-wide labels which are shared across all repos. #
22+
# --------------------------------------------------------------------- #
23+
24+
# The following Exercism-wide labels are used to show "tasks" on the website, which
1925
# will point users to things they can help contribute with.
2026

21-
# The x:action labels describe what sort of work the contributor
27+
# The `x:action/<value>` labels describe what sort of work the contributor
2228
# will be engaged in when working on the issue
2329
- name: "x:action/create"
2430
description: "Work on something from scratch"
@@ -40,7 +46,7 @@
4046
description: "Sync content with its latest version"
4147
color: "6f60d2"
4248

43-
# The x:knowledge labels describe how much Exercism knowledge
49+
# The `x:knowledge/<value>` labels describe how much Exercism knowledge
4450
# is required by the contributor
4551
- name: "x:knowledge/none"
4652
description: "No existing Exercism knowledge required"
@@ -58,7 +64,7 @@
5864
description: "Comprehensive Exercism knowledge required"
5965
color: "604fcd"
6066

61-
# The x:models labels indicate what part of Exercism
67+
# The `x:module/<value>` labels indicate what part of Exercism
6268
# the contributor will be working on
6369
- name: "x:module/analyzer"
6470
description: "Work on Analyzers"
@@ -88,7 +94,7 @@
8894
description: "Work on Test Runners"
8995
color: "5240c9"
9096

91-
# The x:size labels describe the expected amount of work
97+
# The `x:size/<value>` labels describe the expected amount of work
9298
# for a contributor
9399
- name: "x:size/tiny"
94100
description: "Tiny amount of work"
@@ -110,13 +116,13 @@
110116
description: "Massive amount of work"
111117
color: "4836bf"
112118

113-
# The x:status label indicates if there is already someone
119+
# The `x:status/<value>` label indicates if there is already someone
114120
# working on the issue
115121
- name: "x:status/claimed"
116122
description: "Someone is working on this issue"
117123
color: "4231af"
118124

119-
# The x:type labels describe how much Exercism knowledge
125+
# The `x:type/<value>` labels describe how much Exercism knowledge
120126
# is required by the contributor
121127
- name: "x:type/ci"
122128
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
@@ -137,3 +143,62 @@
137143
- name: "x:type/docs"
138144
description: "Work on Documentation"
139145
color: "3c2d9f"
146+
147+
# The following Exercism-wide labels are used to influence how much reputation
148+
# a contributor gets for an authored/merged/reviewed PR.
149+
# See https://github.com/exercism/docs/blob/main/product/reputation.md
150+
151+
- name: "reputation/contributed_code/major"
152+
description: "Increases the number of reputation points awarded by this PR"
153+
color: "fcfa9f"
154+
155+
- name: "reputation/contributed_code/minor"
156+
description: "Decreases the number of reputation points awarded by this PR"
157+
color: "fcfa9f"
158+
159+
# This Exercism-wide label is added to all automatically created pull requests
160+
# that help migrate/prepare a track for Exercism v3
161+
- name: "v3-migration 🤖"
162+
description: "Preparing for Exercism v3"
163+
color: "e99695"
164+
165+
# ----------------------------------------------------------------------------------------- #
166+
# These are the repository-specific labels that augment the Exercise-wide labels defined in #
167+
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
168+
# ----------------------------------------------------------------------------------------- #
169+
170+
- name: "bug"
171+
description: "Something isn't working"
172+
color: "d73a4a"
173+
174+
- name: "documentation"
175+
description: "Improvements or additions to documentation"
176+
color: "0075ca"
177+
178+
- name: "duplicate"
179+
description: "This issue or pull request already exists"
180+
color: "cfd3d7"
181+
182+
- name: "enhancement"
183+
description: "New feature or request"
184+
color: "a2eeef"
185+
186+
- name: "good first issue"
187+
description: "Good for newcomers"
188+
color: "7057ff"
189+
190+
- name: "help wanted"
191+
description: "Extra attention is needed"
192+
color: "008672"
193+
194+
- name: "invalid"
195+
description: "This doesn't seem right"
196+
color: "e4e669"
197+
198+
- name: "question"
199+
description: "Further information is requested"
200+
color: "d876e3"
201+
202+
- name: "wontfix"
203+
description: "This will not be worked on"
204+
color: "ffffff"

0 commit comments

Comments
 (0)