|
1 | 1 | labels:
|
2 |
| - - name: 'Type: Bug' |
| 2 | + - name: "Type: Breaking" |
| 3 | + color: a90000 |
| 4 | + description: A problem or enhancement related to a breaking change. |
| 5 | + |
| 6 | + - name: "Type: Bug" |
3 | 7 | color: e80c0c
|
4 | 8 | description: Something isn't working as expected.
|
5 | 9 |
|
6 |
| - - name: 'Type: Enhancement' |
| 10 | + - name: "Type: Enhancement" |
7 | 11 | color: 54b2ff
|
8 | 12 | description: Suggest an improvement for an existing feature.
|
9 | 13 |
|
10 |
| - - name: 'Type: Feature' |
| 14 | + - name: "Type: Feature" |
11 | 15 | color: 54b2ff
|
12 | 16 | description: Suggest a new feature.
|
13 | 17 |
|
14 |
| - - name: 'Type: Security' |
| 18 | + - name: "Type: Security" |
15 | 19 | color: fbff00
|
16 | 20 | description: A problem or enhancement related to a security issue.
|
17 | 21 |
|
18 |
| - - name: 'Type: Question' |
| 22 | + - name: "Type: Question" |
19 | 23 | color: 9309ab
|
20 | 24 | description: Request for information.
|
21 | 25 |
|
22 |
| - - name: 'Type: Test' |
| 26 | + - name: "Type: Test" |
23 | 27 | color: ce54e3
|
24 | 28 | description: A problem or enhancement related to a test.
|
25 | 29 |
|
26 |
| - - name: 'Status: Awaiting Review' |
| 30 | + - name: "Status: Awaiting Review" |
27 | 31 | color: 24d15d
|
28 | 32 | description: Ready for review.
|
29 | 33 |
|
30 |
| - - name: 'Status: WIP' |
| 34 | + - name: "Status: WIP" |
31 | 35 | color: 07b340
|
32 | 36 | description: Currently being worked on.
|
33 | 37 |
|
34 |
| - - name: 'Status: Waiting' |
| 38 | + - name: "Status: Waiting" |
35 | 39 | color: 38C968
|
36 | 40 | description: Waiting on something else to be ready.
|
37 | 41 |
|
38 |
| - - name: 'Status: Stale' |
| 42 | + - name: "Status: Stale" |
39 | 43 | color: 66b38a
|
40 | 44 | description: Has had no activity for some time.
|
41 | 45 |
|
42 |
| - - name: 'Duplicate' |
| 46 | + - name: "Duplicate" |
43 | 47 | color: EB862D
|
44 | 48 | description: Duplicate of another issue.
|
45 | 49 |
|
46 |
| - - name: 'Invalid' |
| 50 | + - name: "Invalid" |
47 | 51 | color: faef50
|
48 | 52 | description: This issue doesn't seem right.
|
49 | 53 |
|
50 |
| - - name: 'Priority: High +' |
| 54 | + - name: "Priority: High +" |
51 | 55 | color: ff008c
|
52 | 56 | description: Task is considered higher-priority.
|
53 | 57 |
|
54 |
| - - name: 'Priority: Low -' |
| 58 | + - name: "Priority: Low -" |
55 | 59 | color: 690a34
|
56 | 60 | description: Task is considered lower-priority.
|
57 | 61 |
|
58 |
| - - name: 'Documentation' |
| 62 | + - name: "Documentation" |
59 | 63 | color: 2fbceb
|
60 | 64 | description: An issue/change with the documentation.
|
61 | 65 |
|
62 | 66 | - name: "Won't fix"
|
63 | 67 | color: C8D9E6
|
64 | 68 | description: Reported issue is working as intended.
|
65 | 69 |
|
66 |
| - - name: '3rd party issue' |
| 70 | + - name: "3rd party issue" |
67 | 71 | color: e88707
|
68 | 72 | description: This issue might be caused by a 3rd party script/package/other reasons
|
69 | 73 |
|
70 |
| - - name: 'Os: Windows' |
| 74 | + - name: "Os: Windows" |
71 | 75 | color: AEB1C2
|
72 | 76 | description: Is Windows-specific
|
73 | 77 |
|
74 |
| - - name: 'Os: Mac' |
| 78 | + - name: "Os: Mac" |
75 | 79 | color: AEB1C2
|
76 | 80 | description: Is Mac-specific
|
77 | 81 |
|
78 |
| - - name: 'Os: Linux' |
| 82 | + - name: "Os: Linux" |
79 | 83 | color: AEB1C2
|
80 | 84 | description: Is Linux-specific
|
| 85 | + |
| 86 | + - name: "Skip-Changelog" |
| 87 | + color: AEB1C2 |
| 88 | + description: Skip changelog in release tag |
0 commit comments