-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlabels.yml
More file actions
40 lines (31 loc) · 1.12 KB
/
labels.yml
File metadata and controls
40 lines (31 loc) · 1.12 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
# ----------------------------------------------------------------------------------------- #
# 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"