|
22 | 22 | # The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
|
23 | 23 | - name: "x:action/create"
|
24 | 24 | description: "Work on something from scratch"
|
25 |
| - color: "6f60d2" |
| 25 | + color: "ffffff" |
26 | 26 |
|
27 | 27 | - name: "x:action/fix"
|
28 | 28 | description: "Fix an issue"
|
29 |
| - color: "6f60d2" |
| 29 | + color: "ffffff" |
30 | 30 |
|
31 | 31 | - name: "x:action/improve"
|
32 | 32 | description: "Improve existing functionality/content"
|
33 |
| - color: "6f60d2" |
| 33 | + color: "ffffff" |
34 | 34 |
|
35 | 35 | - name: "x:action/proofread"
|
36 | 36 | description: "Proofread text"
|
37 |
| - color: "6f60d2" |
| 37 | + color: "ffffff" |
38 | 38 |
|
39 | 39 | - name: "x:action/sync"
|
40 | 40 | description: "Sync content with its latest version"
|
41 |
| - color: "6f60d2" |
| 41 | + color: "ffffff" |
42 | 42 |
|
43 | 43 | # The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
|
44 | 44 | - name: "x:knowledge/none"
|
45 | 45 | description: "No existing Exercism knowledge required"
|
46 |
| - color: "604fcd" |
| 46 | + color: "ffffff" |
47 | 47 |
|
48 | 48 | - name: "x:knowledge/elementary"
|
49 | 49 | description: "Little Exercism knowledge required"
|
50 |
| - color: "604fcd" |
| 50 | + color: "ffffff" |
51 | 51 |
|
52 | 52 | - name: "x:knowledge/intermediate"
|
53 | 53 | description: "Quite a bit of Exercism knowledge required"
|
54 |
| - color: "604fcd" |
| 54 | + color: "ffffff" |
55 | 55 |
|
56 | 56 | - name: "x:knowledge/advanced"
|
57 | 57 | description: "Comprehensive Exercism knowledge required"
|
58 |
| - color: "604fcd" |
| 58 | + color: "ffffff" |
59 | 59 |
|
60 | 60 | # The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
|
61 | 61 | - name: "x:module/analyzer"
|
62 | 62 | description: "Work on Analyzers"
|
63 |
| - color: "5240c9" |
| 63 | + color: "ffffff" |
64 | 64 |
|
65 | 65 | - name: "x:module/concept"
|
66 | 66 | description: "Work on Concepts"
|
67 |
| - color: "5240c9" |
| 67 | + color: "ffffff" |
68 | 68 |
|
69 | 69 | - name: "x:module/concept-exercise"
|
70 | 70 | description: "Work on Concept Exercises"
|
71 |
| - color: "5240c9" |
| 71 | + color: "ffffff" |
72 | 72 |
|
73 | 73 | - name: "x:module/generator"
|
74 | 74 | description: "Work on Exercise generators"
|
75 |
| - color: "5240c9" |
| 75 | + color: "ffffff" |
76 | 76 |
|
77 | 77 | - name: "x:module/practice-exercise"
|
78 | 78 | description: "Work on Practice Exercises"
|
79 |
| - color: "5240c9" |
| 79 | + color: "ffffff" |
80 | 80 |
|
81 | 81 | - name: "x:module/representer"
|
82 | 82 | description: "Work on Representers"
|
83 |
| - color: "5240c9" |
| 83 | + color: "ffffff" |
84 | 84 |
|
85 | 85 | - name: "x:module/test-runner"
|
86 | 86 | description: "Work on Test Runners"
|
87 |
| - color: "5240c9" |
| 87 | + color: "ffffff" |
88 | 88 |
|
89 | 89 | # The `x:size/<value>` labels describe the expected amount of work for a contributor
|
90 | 90 | - name: "x:size/tiny"
|
91 | 91 | description: "Tiny amount of work"
|
92 |
| - color: "4836bf" |
| 92 | + color: "ffffff" |
93 | 93 |
|
94 | 94 | - name: "x:size/small"
|
95 | 95 | description: "Small amount of work"
|
96 |
| - color: "4836bf" |
| 96 | + color: "ffffff" |
97 | 97 |
|
98 | 98 | - name: "x:size/medium"
|
99 | 99 | description: "Medium amount of work"
|
100 |
| - color: "4836bf" |
| 100 | + color: "ffffff" |
101 | 101 |
|
102 | 102 | - name: "x:size/large"
|
103 | 103 | description: "Large amount of work"
|
104 |
| - color: "4836bf" |
| 104 | + color: "ffffff" |
105 | 105 |
|
106 | 106 | - name: "x:size/massive"
|
107 | 107 | description: "Massive amount of work"
|
108 |
| - color: "4836bf" |
| 108 | + color: "ffffff" |
109 | 109 |
|
110 | 110 | # The `x:status/<value>` label indicates if there is already someone working on the issue
|
111 | 111 | - name: "x:status/claimed"
|
112 | 112 | description: "Someone is working on this issue"
|
113 |
| - color: "4231af" |
| 113 | + color: "ffffff" |
114 | 114 |
|
115 | 115 | # The `x:type/<value>` labels describe what type of work the contributor will be engaged in
|
116 | 116 | - name: "x:type/ci"
|
117 | 117 | description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
|
118 |
| - color: "3c2d9f" |
| 118 | + color: "ffffff" |
119 | 119 |
|
120 | 120 | - name: "x:type/coding"
|
121 | 121 | description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
|
122 |
| - color: "3c2d9f" |
| 122 | + color: "ffffff" |
123 | 123 |
|
124 | 124 | - name: "x:type/content"
|
125 | 125 | description: "Work on content (e.g. exercises, concepts)"
|
126 |
| - color: "3c2d9f" |
| 126 | + color: "ffffff" |
127 | 127 |
|
128 | 128 | - name: "x:type/docker"
|
129 | 129 | description: "Work on Dockerfiles"
|
130 |
| - color: "3c2d9f" |
| 130 | + color: "ffffff" |
131 | 131 |
|
132 | 132 | - name: "x:type/docs"
|
133 | 133 | description: "Work on Documentation"
|
134 |
| - color: "3c2d9f" |
| 134 | + color: "ffffff" |
| 135 | + |
| 136 | +# This label can be added to accept PRs as part of Hacktoberfest |
| 137 | +- name: "hacktoberfest-accepted" |
| 138 | + description: "Make this PR count for hacktoberfest" |
| 139 | + color: "ff7518" |
135 | 140 |
|
136 | 141 | # This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
|
137 | 142 | - name: "v3-migration 🤖"
|
|
143 | 148 | # https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
|
144 | 149 | # ----------------------------------------------------------------------------------------- #
|
145 | 150 |
|
146 |
| -- name: "bug" |
| 151 | +- name: 'bug' |
147 | 152 | description: "Something isn't working"
|
148 |
| - color: "d73a4a" |
| 153 | + color: 'd73a4a' |
149 | 154 |
|
150 |
| -- name: "documentation" |
151 |
| - description: "Improvements or additions to documentation" |
152 |
| - color: "0075ca" |
| 155 | +- name: 'documentation' |
| 156 | + description: 'Improvements or additions to documentation' |
| 157 | + color: '0075ca' |
153 | 158 |
|
154 |
| -- name: "duplicate" |
155 |
| - description: "This issue or pull request already exists" |
156 |
| - color: "cfd3d7" |
| 159 | +- name: 'duplicate' |
| 160 | + description: 'This issue or pull request already exists' |
| 161 | + color: 'cfd3d7' |
157 | 162 |
|
158 |
| -- name: "enhancement" |
159 |
| - description: "New feature or request" |
160 |
| - color: "a2eeef" |
| 163 | +- name: 'enhancement' |
| 164 | + description: 'New feature or request' |
| 165 | + color: 'a2eeef' |
161 | 166 |
|
162 |
| -- name: "good first issue" |
163 |
| - description: "Good for newcomers" |
164 |
| - color: "7057ff" |
| 167 | +- name: 'good first issue' |
| 168 | + description: 'Good for newcomers' |
| 169 | + color: '7057ff' |
165 | 170 |
|
166 |
| -- name: "help wanted" |
167 |
| - description: "Extra attention is needed" |
168 |
| - color: "008672" |
| 171 | +- name: 'help wanted' |
| 172 | + description: 'Extra attention is needed' |
| 173 | + color: '008672' |
169 | 174 |
|
170 |
| -- name: "invalid" |
| 175 | +- name: 'invalid' |
171 | 176 | description: "This doesn't seem right"
|
172 |
| - color: "e4e669" |
| 177 | + color: 'e4e669' |
173 | 178 |
|
174 |
| -- name: "question" |
175 |
| - description: "Further information is requested" |
176 |
| - color: "d876e3" |
| 179 | +- name: 'question' |
| 180 | + description: 'Further information is requested' |
| 181 | + color: 'd876e3' |
177 | 182 |
|
178 |
| -- name: "wontfix" |
179 |
| - description: "This will not be worked on" |
180 |
| - color: "ffffff" |
| 183 | +- name: 'wontfix' |
| 184 | + description: 'This will not be worked on' |
| 185 | + color: 'ffffff' |
0 commit comments