|
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 | 135 |
|
136 | 136 | # This label can be added to accept PRs as part of Hacktoberfest
|
137 | 137 | - name: "hacktoberfest-accepted"
|
|
0 commit comments