|
1 | 1 | - name: 'carl-replacement'
|
2 | 2 | description: Issues that allows us to replace CarlBot
|
3 | 3 | color: '9C004F'
|
| 4 | +- name: 'approved' |
| 5 | + description: Issues and PRs that have been approved. |
| 6 | + color: '8CE098' |
4 | 7 |
|
5 |
| -- name: 'type: question' |
| 8 | +- name: 'question' |
6 | 9 | description: Issues that asks a question.
|
7 | 10 | color: 'D4C5F9'
|
8 |
| -- name: 'type: feature' |
| 11 | +- name: 'feature' |
9 | 12 | description: Issues/PRs that requests/adds a new feature.
|
10 | 13 | color: '0052CC'
|
11 |
| -- name: 'type: enhancement' |
| 14 | +- name: 'enhancement' |
12 | 15 | description: Issues/PRs that requests/adds an improvement to an existing feature.
|
13 | 16 | color: '5319E7'
|
14 |
| -- name: 'type: bug' |
| 17 | +- name: 'bug' |
15 | 18 | description: Issues/PRs that reports or fixes a bug.
|
16 | 19 | color: 'D93F0B'
|
17 | 20 |
|
18 |
| -- name: 'status: needs testing' |
19 |
| - description: PRs that need testing from the author or volunteers. |
20 |
| - color: 'A55124' |
21 |
| -- name: 'status: help wanted' |
22 |
| - description: Issues that need assistance from volunteers or PRs that need help to proceed. |
23 |
| - color: '008672' |
24 |
| -- name: 'status: unconfirmed' |
25 |
| - description: Issues and PRs that are not approved yet. |
26 |
| - color: 'DB6A3D' |
27 |
| -- name: 'status: awaiting approval' |
28 |
| - description: Issues and PRs that are not approved yet. |
29 |
| - color: 'DB6A3D' |
30 |
| -- name: 'status: approved' |
31 |
| - description: Issues and PRs that have been approved. |
32 |
| - color: '8CE098' |
33 |
| - |
34 |
| -- name: 'priority: critical' |
| 21 | +- name: 'high priority' |
35 | 22 | description: Issues that must be fixed or PRs that must be finished and merged with MAXIMUM PRIORITY.
|
36 | 23 | color: 'F45B0E'
|
37 |
| -- name: 'priority: high' |
38 |
| - description: Issues that must be fixed or PRs that must be finished and merged with high priority. |
39 |
| - color: 'F48750' |
40 |
| -- name: 'priority: medium' |
| 24 | +- name: 'medium priority' |
41 | 25 | description: Issues that must be fixed or PRs that must be finished and merged with medium priority.
|
42 | 26 | color: 'FBCA04'
|
43 |
| -- name: 'priority: low' |
| 27 | +- name: 'low priority' |
44 | 28 | description: Issues that must be fixed or PRs that must be finished and merged with low priority.
|
45 | 29 | color: '9CEB34'
|
46 |
| -- name: 'priority: lowest' |
47 |
| - description: Issues that must be fixed or PRs that must be finished with the looowwwest priority. |
48 |
| - color: '41FC02' |
49 | 30 |
|
50 |
| -- name: 'difficulty: complex' |
| 31 | +- name: 'hard' |
51 | 32 | description: Issues that are quite complex to finish.
|
52 | 33 | color: 'E0B325'
|
53 |
| -- name: 'difficulty: medium' |
| 34 | +- name: 'not easy' |
54 | 35 | description: Issues that are not easy to finish.
|
55 | 36 | color: 'DDE025'
|
56 |
| -- name: 'difficulty: easy' |
| 37 | +- name: 'easy' |
57 | 38 | description: Issues that are easy to finish.
|
58 | 39 | color: 'C3E025'
|
59 |
| -- name: 'difficulty: trivial' |
| 40 | +- name: 'trivial' |
60 | 41 | description: Issues that are very easy to finish.
|
61 | 42 | color: '85E025'
|
0 commit comments