|
1 | 1 | - name: feature |
2 | 2 | description: Includes new features |
3 | | - color: 'ffff00' |
| 3 | + color: ffff00 |
4 | 4 | - name: bug |
5 | 5 | description: Includes new features |
6 | | - color: 'ee0701' |
| 6 | + color: ee0701 |
7 | 7 | - name: improvement |
8 | 8 | description: Includes backwards-compatible fixes |
9 | | - color: '1d76db' |
| 9 | + color: 1d76db |
10 | 10 | - name: breaking |
11 | 11 | description: Includes backwards-incompatible fixes |
12 | | - color: 'b60205' |
| 12 | + color: b60205 |
13 | 13 | - name: refactoring |
14 | 14 | description: A code change that neither fixes a bug nor adds a feature |
15 | | - color: 'fbca04' |
| 15 | + color: fbca04 |
16 | 16 | - name: security |
17 | 17 | description: Security fixes |
18 | | - color: 'b60205' |
| 18 | + color: b60205 |
19 | 19 | - name: documentation |
20 | 20 | description: Includes documetation fixes |
21 | 21 | color: '5319e7' |
22 | 22 | - name: example |
23 | 23 | description: Includes example and demo code fixes |
24 | | - color: 'db0875' |
| 24 | + color: db0875 |
25 | 25 | - name: deprecated |
26 | 26 | description: Includes deprecate fixes |
27 | | - color: 'f7ffa8' |
| 27 | + color: f7ffa8 |
28 | 28 | - name: performance |
29 | 29 | description: Includes performance fixes |
30 | | - color: 'cc317c' |
| 30 | + color: cc317c |
31 | 31 | - name: i18n |
32 | 32 | description: Includes internationalization fixes |
33 | | - color: 'ffd412' |
| 33 | + color: ffd412 |
34 | 34 | - name: a11y |
35 | 35 | description: Inlucdes accessibility fixes |
36 | | - color: '0000ff' |
| 36 | + color: 0000ff |
37 | 37 | - name: dependency |
38 | 38 | description: Includes dependency fixes |
39 | | - color: 'ffbce7' |
| 39 | + color: ffbce7 |
40 | 40 | - name: todo |
41 | 41 | description: todo tasks |
42 | | - color: 'c2e0c6' |
| 42 | + color: c2e0c6 |
43 | 43 | - name: duplicate |
44 | 44 | description: This issue or Pull Request already exists |
45 | | - color: 'ededed' |
| 45 | + color: ededed |
46 | 46 | - name: help wanted |
47 | 47 | description: Extra attention is needed |
48 | | - color: 'e99695' |
| 48 | + color: e99695 |
49 | 49 | - name: good first issue |
50 | 50 | description: Good for newcomers |
51 | | - color: '7057ff' |
| 51 | + color: 7057ff |
52 | 52 | - name: 'status: abandoned' |
53 | 53 | description: The issue or Pull Request is wontfix |
54 | 54 | color: '000000' |
55 | 55 | - name: 'status: blocked' |
56 | 56 | description: Progress on the issue is Blocked |
57 | | - color: 'ee0701' |
| 57 | + color: ee0701 |
58 | 58 | - name: 'status: in progress' |
59 | 59 | description: Work in Progress |
60 | | - color: 'cccccc' |
| 60 | + color: cccccc |
61 | 61 | - name: 'status: proposal' |
62 | 62 | description: Request for comments |
63 | | - color: 'd4c5f9' |
| 63 | + color: d4c5f9 |
64 | 64 | - name: 'status: pull request welcome' |
65 | 65 | description: Welcome to Pull Request |
66 | 66 | color: '2E7733' |
67 | 67 | - name: 'status: review needed' |
68 | 68 | description: Request for review |
69 | | - color: 'fbca04' |
| 69 | + color: fbca04 |
70 | 70 | - name: 'status: need more repro codes or info' |
71 | 71 | description: Lacks enough info to make progress |
72 | | - color: 'F9C90A' |
73 | | -- name: '🧹 p1-chore' |
| 72 | + color: F9C90A |
| 73 | +- name: 🧹 p1-chore |
74 | 74 | description: 'Priority 1: no change in change code behavior' |
75 | 75 | color: '#FDDFD7' |
76 | | -- name: '🍰 p2-nice-to-have' |
| 76 | +- name: 🍰 p2-nice-to-have |
77 | 77 | description: "Priority 2: nothing is broken but it's worth addressing" |
78 | 78 | color: '#0e8a16' |
79 | | -- name: '🔨 p3-minor-bug' |
| 79 | +- name: 🔨 p3-minor-bug |
80 | 80 | description: 'Priority 3: a bug in an edge case that only affects very specific usage' |
81 | 81 | color: '#fbca04' |
82 | | -- name: '❗ p4-important' |
| 82 | +- name: ❗ p4-important |
83 | 83 | description: 'Priority 4: bugs that violate documented behavior, or significantly impact perf' |
84 | 84 | color: '#d93f0b' |
85 | | -- name: '🔥 p5-urgent' |
| 85 | +- name: 🔥 p5-urgent |
86 | 86 | description: 'Priority 5: build-breaking bugs that affect most users and should be fixed ASAP' |
87 | 87 | color: '#ee0701' |
0 commit comments