|
3 | 3 | # https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
|
4 | 4 | # ----------------------------------------------------------------------------------------- #
|
5 | 5 |
|
6 |
| -- name: "bug" |
| 6 | +- name: 'bug :bug:' |
7 | 7 | description: "Something isn't working"
|
8 |
| - color: "d73a4a" |
| 8 | + color: 'b60205' |
9 | 9 |
|
10 |
| -- name: "documentation" |
11 |
| - description: "Improvements or additions to documentation" |
12 |
| - color: "0075ca" |
| 10 | +- name: 'chore :wrench:' |
| 11 | + description: 'Meta related task such as build, test, linting, maintainers.json etc.' |
| 12 | + color: '000000' |
13 | 13 |
|
14 |
| -- name: "duplicate" |
15 |
| - description: "This issue or pull request already exists" |
16 |
| - color: "cfd3d7" |
| 14 | +- name: 'dependencies :arrow_up_small:' |
| 15 | + description: 'Pull requests that update a dependency file' |
| 16 | + color: '0366d6' |
17 | 17 |
|
18 |
| -- name: "enhancement" |
19 |
| - description: "New feature or request" |
20 |
| - color: "a2eeef" |
| 18 | +- name: 'discussion :speech_balloon:' |
| 19 | + description: '' |
| 20 | + color: 'fbca04' |
21 | 21 |
|
22 |
| -- name: "good first issue" |
23 |
| - description: "Good for newcomers" |
24 |
| - color: "7057ff" |
| 22 | +- name: 'do not merge :construction:' |
| 23 | + description: "Don't merge until this label is removed" |
| 24 | + color: 'fbca04' |
25 | 25 |
|
26 |
| -- name: "help wanted" |
27 |
| - description: "Extra attention is needed" |
28 |
| - color: "008672" |
| 26 | +- name: 'documentation :book:' |
| 27 | + description: 'Documentation changes' |
| 28 | + color: '1d76db' |
29 | 29 |
|
30 |
| -- name: "invalid" |
31 |
| - description: "This doesn't seem right" |
32 |
| - color: "e4e669" |
| 30 | +- name: 'duplicate :repeat:' |
| 31 | + description: 'This issue or pull request already exists' |
| 32 | + color: 'ffffff' |
33 | 33 |
|
34 |
| -- name: "question" |
35 |
| - description: "Further information is requested" |
36 |
| - color: "d876e3" |
| 34 | +- name: 'enhancement :unicorn:' |
| 35 | + description: "Changing current behaviour, enhancing what's already there" |
| 36 | + color: 'a2eeef' |
37 | 37 |
|
38 |
| -- name: "wontfix" |
39 |
| - description: "This will not be worked on" |
40 |
| - color: "ffffff" |
| 38 | +- name: 'experimental :microscope:' |
| 39 | + description: 'Speculative functionality or implementation' |
| 40 | + color: 'b60205' |
| 41 | + |
| 42 | +- name: 'first-timers only :baby:' |
| 43 | + description: 'This issue is specifically for those who are new contributors.' |
| 44 | + color: 'b1db51' |
| 45 | + |
| 46 | +- name: 'github_actions' |
| 47 | + description: 'Pull requests that update Github_actions code' |
| 48 | + color: '000000' |
| 49 | + |
| 50 | +- name: 'good first issue' |
| 51 | + description: '' |
| 52 | + color: '680a9b' |
| 53 | + |
| 54 | +- name: 'hacktoberfest' |
| 55 | + description: 'Hacktoberfest issues! Everyone allowed <3' |
| 56 | + color: '000000' |
| 57 | + |
| 58 | +- name: 'hacktoberfest-accepted' |
| 59 | + description: 'Opt-in to hacktoberfest' |
| 60 | + color: '4a4a4a' |
| 61 | + |
| 62 | +- name: 'help wanted' |
| 63 | + description: '' |
| 64 | + color: '680a9b' |
| 65 | + |
| 66 | +- name: 'invalid' |
| 67 | + description: '' |
| 68 | + color: 'ffffff' |
| 69 | + |
| 70 | +- name: 'pinned :pushpin:' |
| 71 | + description: '' |
| 72 | + color: 'fbca04' |
| 73 | + |
| 74 | +- name: 'question :thinking:' |
| 75 | + description: '' |
| 76 | + color: '000000' |
| 77 | + |
| 78 | +- name: 'security :rotating_light:' |
| 79 | + description: 'Security related issue or change' |
| 80 | + color: 'b60205' |
| 81 | + |
| 82 | +- name: 'sync :arrows_counterclockwise:' |
| 83 | + description: 'Sync an exercise with the latest version of the problem-spec' |
| 84 | + color: '1105b7' |
| 85 | + |
| 86 | +- name: 'upstream :arrow_up:' |
| 87 | + description: '' |
| 88 | + color: 'ffffff' |
| 89 | + |
| 90 | +- name: 'wontfix :no_good_woman:' |
| 91 | + description: "This won't be applied, fixed, worked on, continued." |
| 92 | + color: 'ffffff' |
0 commit comments