File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------------------- #
2
+ # These are the repository-specific labels that augment the Exercise-wide labels defined in #
3
+ # https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
4
+ # ----------------------------------------------------------------------------------------- #
5
+
6
+ - name : " bug"
7
+ description : " Something isn't working"
8
+ color : " d73a4a"
9
+
10
+ - name : " duplicate"
11
+ description : " This issue or pull request already exists"
12
+ color : " cfd3d7"
13
+
14
+ - name : " enhancement"
15
+ description : " New feature or request"
16
+ color : " a2eeef"
17
+
18
+ - name : " github_actions"
19
+ description : " PRs that Update GitHub Actions"
20
+ color : " 000000"
21
+
22
+ - name : " good first issue"
23
+ description : " Good for newcomers"
24
+ color : " 7057ff"
25
+
26
+ - name : " help wanted"
27
+ description : " Extra attention is needed"
28
+ color : " 008672"
29
+
30
+ - name : " invalid"
31
+ description : " This doesn't seem right"
32
+ color : " e4e669"
33
+
34
+ - name : " question"
35
+ description : " Further information is requested"
36
+ color : " d876e3"
37
+
38
+ - name : " reputation/contributed_code/major"
39
+ description : " "
40
+ color : " 0116C3"
41
+
42
+ - name : " wontfix"
43
+ description : " This will not be worked on"
44
+ color : " ffffff"
You can’t perform that action at this time.
0 commit comments