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