|
1 | | -- name: abandoned ποΈ |
2 | | - description: null |
3 | | - color: cfcdaa |
4 | | -- name: bug π |
5 | | - description: null |
6 | | - color: b60205 |
7 | | -- name: chore π§ |
8 | | - description: null |
9 | | - color: 293028 |
10 | | -- name: claimed πΎ |
11 | | - description: For new exercises being written by contributors and maintainers. |
12 | | - color: fff034 |
13 | | -- name: dependencies |
14 | | - description: Pull requests that update a dependency file |
15 | | - color: 257fe3 |
16 | | -- name: discussion π¬ |
17 | | - description: null |
18 | | - color: 257fe3 |
19 | | -- name: do not merge π§ |
20 | | - description: Don't merge until this label is removed. |
21 | | - color: fbca04 |
22 | | -- name: documentation π |
23 | | - description: null |
24 | | - color: 257fe3 |
25 | | -- name: duplicate |
26 | | - description: null |
27 | | - color: e6e6e6 |
28 | | -- name: enhancement π¦β |
29 | | - description: Changing current behaviour or enhancing/adding to what's already there. |
30 | | - color: b5f7ff |
31 | | -- name: experimental π¬ |
32 | | - description: Speculative functionality or implementation |
33 | | - color: ffffff |
34 | | -- name: first-timers only π£ |
35 | | - description: Issues reserved for first contributions. |
36 | | - color: 000000 |
37 | | -- name: good first issue |
38 | | - description: Good issue for a new contributor to this project/repo. |
39 | | - color: bed643 |
40 | | -- name: good first patch |
41 | | - description: Good fix/patch for a new contributor to this project/repo. |
42 | | - color: bed643 |
43 | | -- name: βquestionβ |
44 | | - description: I have a proposal or question about things, but nothing is broken. |
45 | | - color: 293028 |
46 | | -- name: hacktoberfest-accepted βοΈ |
47 | | - description: null |
48 | | - color: f5a623 |
49 | | -- name: hacktoberfest π |
50 | | - description: null |
51 | | - color: fef2c0 |
52 | | -- name: help wanted |
53 | | - description: We'd like your help with this. |
54 | | - color: bd10e0 |
55 | | -- name: improve documentation π |
56 | | - description: specific improvements to documentation on the track, the exercises, or the |
57 | | - repo. |
58 | | - color: ffffff |
59 | | -- name: improve exercise π |
60 | | - description: null |
61 | | - color: ffffff |
62 | | -- name: improve reference docs π |
63 | | - description: for issues with links, introductions, or about docs for concepts |
64 | | - color: ffffff |
65 | | -- name: improve test case π |
66 | | - description: improve test case(s) for an exercise |
67 | | - color: ffffff |
68 | | -- name: in-progress πΏ |
69 | | - description: null |
70 | | - color: ffffff |
71 | | -- name: invalid |
72 | | - description: null |
73 | | - color: e6e6e6 |
74 | | -- name: maintainer action requiredβ |
75 | | - description: A maintainer needs to take action on this. |
76 | | - color: b60205 |
77 | | -- name: maintainer chore π§ |
78 | | - description: null |
79 | | - color: 000000 |
80 | | -- name: new documentation β¨ |
81 | | - description: null |
82 | | - color: 5331b5 |
83 | | -- name: new exercise β¨ |
84 | | - description: null |
85 | | - color: 5331b5 |
86 | | -- name: new reference doc β¨ |
87 | | - description: null |
88 | | - color: 5331b5 |
89 | | -- name: new test case β¨ |
90 | | - description: null |
91 | | - color: 5331b5 |
92 | | -- name: on hold β |
93 | | - description: Action should stop on this issue or PR for now. |
94 | | - color: fef2c0 |
95 | | -- name: pinned π |
96 | | - description: Do no mark stale or invalid. |
97 | | - color: ffd141 |
98 | | -- name: please review π |
99 | | - description: null |
100 | | - color: 257fe3 |
101 | | -- name: spam π« |
102 | | - description: This is a spam/nusace issue or PR. |
103 | | - color: ffffff |
104 | | -- name: security π¨ |
105 | | - description: Security issue or patch. |
106 | | - color: ffffff |
107 | | -- name: status/draft |
108 | | - description: This is in draft and open for comment/suggestion. |
109 | | - color: dea3ea |
110 | | -- name: status/wontfix π
π½βοΈ |
111 | | - description: While this may be an issue, it will not be fixed at this time. |
112 | | - color: dea3ea |
113 | | -- name: v3-migration π€ |
114 | | - description: Preparing for Exercism v3 |
115 | | - color: e99695 |
116 | | -- name: wip/content-checking βοΈ |
117 | | - description: content checking tasks for exercises that are in development |
118 | | - color: a389f1 |
119 | | -- name: wip/proof-reading π |
120 | | - description: proof reading tasks for exercises that are in development |
121 | | - color: a389f1 |
122 | | -- name: wip/story-writing βοΈ |
123 | | - description: story writing tasks for exercises that are in development |
124 | | - color: a389f1 |
125 | | -- name: wip/style-guideline-checking π |
126 | | - description: style guideline tasks for exercises that are in development |
127 | | - color: a389f1 |
| 1 | +- name: "abandoned ποΈ" |
| 2 | + description: null |
| 3 | + color: "cfcdaa" |
| 4 | + |
| 5 | +- name: "bug π" |
| 6 | + description: null |
| 7 | + color: "b60205" |
| 8 | + |
| 9 | +- name: "chore π§" |
| 10 | + description: null |
| 11 | + color: "293028" |
| 12 | + |
| 13 | +- name: "claimed πΎ" |
| 14 | + description: "For new exercises being written by contributors and maintainers." |
| 15 | + color: "fff034" |
| 16 | + |
| 17 | +- name: "dependencies" |
| 18 | + description: "Pull requests that update a dependency file." |
| 19 | + color: "257fe3" |
| 20 | + |
| 21 | +- name: "discussion π¬" |
| 22 | + description: null |
| 23 | + color: "257fe3" |
| 24 | + |
| 25 | +- name: "do not merge π§" |
| 26 | + description: "Don't merge until this label is removed." |
| 27 | + color: "fbca04" |
| 28 | + |
| 29 | +- name: "documentation π" |
| 30 | + description: null |
| 31 | + color: "257fe3" |
| 32 | + |
| 33 | +- name: "duplicate" |
| 34 | + description: null |
| 35 | + color: "e6e6e6" |
| 36 | + |
| 37 | +- name: "enhancement π¦ β" |
| 38 | + description: "Changing current behaviour or enhancing/adding to what's already there." |
| 39 | + color: "b5f7ff" |
| 40 | + |
| 41 | +- name: "experimental π¬" |
| 42 | + description: "Speculative functionality or implementation." |
| 43 | + color: "ffffff" |
| 44 | + |
| 45 | +- name: "first-timers only π£" |
| 46 | + description: "Issues reserved for first contributions." |
| 47 | + color: "000000" |
| 48 | + |
| 49 | +- name: "good first issue" |
| 50 | + description: "Good issue for a new contributor to this project/repo." |
| 51 | + color: "bed643" |
| 52 | + |
| 53 | +- name: "good first patch" |
| 54 | + description: "Good fix/patch for a new contributor to this project/repo." |
| 55 | + color: "bed643" |
| 56 | + |
| 57 | +- name: "βquestionβ" |
| 58 | + description: "I have a proposal or question about things, but nothing is broken." |
| 59 | + color: "293028" |
| 60 | + |
| 61 | +- name: "hacktoberfest-accepted βοΈ" |
| 62 | + description: null |
| 63 | + color: "f5a623" |
| 64 | + |
| 65 | +- name: "hacktoberfest π" |
| 66 | + description: null |
| 67 | + color: "fef2c0" |
| 68 | + |
| 69 | +- name: "help wanted" |
| 70 | + description: "We'd like your help with this." |
| 71 | + color: "bd10e0" |
| 72 | + |
| 73 | +- name: "improve documentation π" |
| 74 | + description: |
| 75 | + "specific improvements to documentation on the track, the exercises, or the |
| 76 | + repo." |
| 77 | + color: "ffffff" |
| 78 | + |
| 79 | +- name: "improve exercise π" |
| 80 | + description: null |
| 81 | + color: "ffffff" |
| 82 | + |
| 83 | +- name: "improve reference docs π" |
| 84 | + description: "For issues with links, introductions, or about docs for concepts." |
| 85 | + color: "ffffff" |
| 86 | + |
| 87 | +- name: "improve test case π" |
| 88 | + description: "improve test case(s) for an exercise" |
| 89 | + color: "ffffff" |
| 90 | + |
| 91 | +- name: "in-progress πΏ" |
| 92 | + description: null |
| 93 | + color: "ffffff" |
| 94 | + |
| 95 | +- name: "invalid" |
| 96 | + description: null |
| 97 | + color: "e6e6e6" |
| 98 | + |
| 99 | +- name: "maintainer action requiredβ" |
| 100 | + description: "A maintainer needs to take action on this." |
| 101 | + color: "b60205" |
| 102 | + |
| 103 | +- name: "maintainer chore π§" |
| 104 | + description: null |
| 105 | + color: "000000" |
| 106 | + |
| 107 | +- name: "new documentation β¨" |
| 108 | + description: null |
| 109 | + color: "5331b5" |
| 110 | + |
| 111 | +- name: "new exercise β¨" |
| 112 | + description: null |
| 113 | + color: "5331b5" |
| 114 | + |
| 115 | +- name: "new reference doc β¨" |
| 116 | + description: null |
| 117 | + color: "5331b5" |
| 118 | + |
| 119 | +- name: "new test case β¨" |
| 120 | + description: null |
| 121 | + color: "5331b5" |
| 122 | + |
| 123 | +- name: "on hold βπ½ " |
| 124 | + description: "Action should stop on this issue or PR for now." |
| 125 | + color: "fef2c0" |
| 126 | + |
| 127 | +- name: "pinned π" |
| 128 | + description: "Do no mark stale or invalid." |
| 129 | + color: "ffd141" |
| 130 | + |
| 131 | +- name: "please review π" |
| 132 | + description: null |
| 133 | + color: "257fe3" |
| 134 | + |
| 135 | +- name: "spam π«" |
| 136 | + description: "This is a spam/nuisance issue or PR." |
| 137 | + color: "ffffff" |
| 138 | + |
| 139 | +- name: "security π¨" |
| 140 | + description: "Security issue or patch." |
| 141 | + color: "ffffff" |
| 142 | + |
| 143 | +- name: "status/draft" |
| 144 | + description: "This is in draft and open for comment/suggestion." |
| 145 | + color: "dea3ea" |
| 146 | + |
| 147 | +- name: "status/won't fix π
π½" |
| 148 | + description: "While this may be an issue, it will not be fixed at this time." |
| 149 | + color: "dea3ea" |
| 150 | + |
| 151 | +- name: "v3-migration π€" |
| 152 | + description: "Preparing for Exercism v3" |
| 153 | + color: "e99695" |
| 154 | + |
| 155 | +- name: "wip/content-checking βοΈ" |
| 156 | + description: "Content checking tasks for exercises that are in development." |
| 157 | + color: "a389f1" |
| 158 | + |
| 159 | +- name: "wip/proof-reading π" |
| 160 | + description: "Proof-reading tasks for exercises that are in development." |
| 161 | + color: "a389f1" |
| 162 | + |
| 163 | +- name: "wip/story-writing βοΈ" |
| 164 | + description: "Story writing tasks for exercises that are in development." |
| 165 | + color: "a389f1" |
| 166 | + |
| 167 | +- name: "wip/style-guideline-checking π" |
| 168 | + description: "Style guideline tasks for exercises that are in development." |
| 169 | + color: "a389f1" |
0 commit comments