|
| 1 | +- name: 💣 Breaking change |
| 2 | + description: Unintended change that breaks existing behavior |
| 3 | + color: "f79f34" |
| 4 | + |
| 5 | +- name: 🐞 Bug |
| 6 | + description: Not working as intended |
| 7 | + color: "d73a4a" |
| 8 | + |
| 9 | +- name: 💻 Dev Dependencies |
| 10 | + description: PRs that update development dependencies |
| 11 | + color: "155e8c" |
| 12 | + |
| 13 | +- name: 💬 Discussion |
| 14 | + description: This issue or PR is currently being discussed on |
| 15 | + color: "6da082" |
| 16 | + |
| 17 | +- name: 📄 Documentation |
| 18 | + description: Improvements or additions to the documentation |
| 19 | + color: "0075ca" |
| 20 | + |
| 21 | +- name: 🔃 Duplicate |
| 22 | + description: This issue or PR already exists |
| 23 | + color: "cfd3d7" |
| 24 | + |
| 25 | +- name: ✨ Enhancement |
| 26 | + description: New feature or request |
| 27 | + color: "a2eeef" |
| 28 | + |
| 29 | +- name: 👍 Good first issue |
| 30 | + description: Good for newcomers |
| 31 | + color: "7057ff" |
| 32 | + |
| 33 | +- name: 👍 Good first PR |
| 34 | + description: Good for newcomers |
| 35 | + color: "7057ff" |
| 36 | + |
| 37 | +- name: 🖋️ Has a PR |
| 38 | + description: This issue has a corresponding PR |
| 39 | + color: "5319e7" |
| 40 | + |
| 41 | +- name: ↪️ Has a workaround |
| 42 | + description: A different path can be taken to get the expected result |
| 43 | + color: "bfd4f2" |
| 44 | + |
| 45 | +- name: ❔ Help wanted |
| 46 | + description: Further support is needed |
| 47 | + color: "88eb95" |
| 48 | + |
| 49 | +- name: 🚫 Invalid |
| 50 | + description: This doesn't seem right |
| 51 | + color: "e4e669" |
| 52 | + |
| 53 | +- name: 🔴 Major bug |
| 54 | + description: Severely affects most use cases |
| 55 | + color: "e99695" |
| 56 | + |
| 57 | +- name: 🟡 Medium bug |
| 58 | + description: Affects several use cases |
| 59 | + color: "fef2c0" |
| 60 | + |
| 61 | +- name: 🟢 Minor bug |
| 62 | + description: Only affects a very specific use case |
| 63 | + color: "c2e0c6" |
| 64 | + |
| 65 | +- name: 📄 Needs documentation |
| 66 | + description: Documentation is needed |
| 67 | + color: "1d76db" |
| 68 | + |
| 69 | +- name: ❌ Needs rebase |
| 70 | + description: There is a merge conflict |
| 71 | + color: "261542" |
| 72 | + |
| 73 | +- name: 🧪 Needs tests |
| 74 | + description: Unit testing is needed |
| 75 | + color: "c23675" |
| 76 | + |
| 77 | +- name: 🍰 Nice to have |
| 78 | + description: Unplanned behavior, but useful |
| 79 | + color: "c5def5" |
| 80 | + |
| 81 | +- name: ⏳ On hold |
| 82 | + description: Development on this issue has been suspended |
| 83 | + color: "d4c5f9" |
| 84 | + |
| 85 | +- name: ✅ Ready to merge |
| 86 | + description: This PR is ready to be merged |
| 87 | + color: "0ff40b" |
| 88 | + |
| 89 | +- name: 🧪 Tests |
| 90 | + description: Improvements or additions to unit tests |
| 91 | + color: "9f2d60" |
| 92 | + |
| 93 | +- name: ⚙️ Unreproducible |
| 94 | + description: The bug cannot be reproduced |
| 95 | + color: "808080" |
| 96 | + |
| 97 | +- name: 🔥 Urgent |
| 98 | + description: Needs to be fixed ASAP |
| 99 | + color: "ff7b00" |
| 100 | + |
| 101 | +- name: 🗑️ Won't fix |
| 102 | + description: This will not be worked on |
| 103 | + color: "ffffff" |
| 104 | + |
| 105 | +- name: 🆗 Working as intended |
| 106 | + description: This is the intended behavior |
| 107 | + color: "ebd534" |
0 commit comments