|
| 1 | +# libevm specific labels |
| 2 | +- name: "Status: 🔴 Blocked by Geth sync" |
| 3 | + color: "959a9c" |
| 4 | + description: "This needs to wait for the next fork sync with the geth repository 🍴" |
| 5 | + |
| 6 | +# General categories |
| 7 | +- name: "Category: New feature 🆕" |
| 8 | + color: "ffc7ea" |
| 9 | +- name: "Category: Documentation ✒️" |
| 10 | + description: "A problem with the readme or a code comment." |
| 11 | + color: "ffc7ea" |
| 12 | +- name: "Category: Bug 🐛" |
| 13 | + color: "ffc7ea" |
| 14 | + from_name: "bug" |
| 15 | +- name: "Category: Investigation 🔍" |
| 16 | + color: "ffc7ea" |
| 17 | +- name: "Category: CI ⛓️" |
| 18 | + description: "Anything related to continuous integration" |
| 19 | + color: "ffc7ea" |
| 20 | +- name: "Category: Testing 🧪" |
| 21 | + description: "Unit tests, integration tests, etc." |
| 22 | + color: "ffc7ea" |
| 23 | +- name: "Category: Code quality ✏️" |
| 24 | + description: "Unit tests, integration tests, etc." |
| 25 | + color: "ffc7ea" |
| 26 | +- name: "Category: Performance 🚀" |
| 27 | + color: "ffc7ea" |
| 28 | +- name: "Category: Label missing ❗" |
| 29 | + description: "Use this if it feels a label should be added to label this issue" |
| 30 | + color: "ffc7ea" |
| 31 | + |
| 32 | +# Status |
| 33 | +- name: "Status: 🗯️ Waiting for feedback" |
| 34 | + color: "f7d692" |
| 35 | +- name: "Status: 🔴 Blocked" |
| 36 | + color: "f7d692" |
| 37 | + description: "Blocked by another issue or pull request" |
| 38 | +- name: "Status: 🟡 Nearly resolved" |
| 39 | + color: "f7d692" |
| 40 | + description: "This might be resolved or is about to be resolved" |
| 41 | + |
| 42 | +# Priority |
| 43 | +- name: "Priority: 🚨 Urgent" |
| 44 | + color: "03adfc" |
| 45 | +- name: "Priority: 📌 Before next release" |
| 46 | + color: "03adfc" |
| 47 | + description: "Has to be done before the next release" |
| 48 | +- name: "Status: 🔒 After next release" |
| 49 | + color: "03adfc" |
| 50 | + description: "Will be done after the next release" |
| 51 | +- name: "Priority: 💤 Low priority" |
| 52 | + color: "03adfc" |
| 53 | + |
| 54 | +# Complexity |
| 55 | +- name: "Complexity: 🟥 Hard to do" |
| 56 | + color: "ff9efc" |
| 57 | +- name: "Complexity: 🟩 Easy to do" |
| 58 | + color: "ff9efc" |
| 59 | + |
| 60 | +# Closing reason |
| 61 | +- name: "Closed: 👥 Duplicate" |
| 62 | + color: "959a9c" |
| 63 | + description: "Issue duplicates an existing issue" |
| 64 | +- name: "Closed: ⚰️ Inactive" |
| 65 | + color: "959a9c" |
| 66 | + description: "No answer was received for weeks" |
| 67 | +- name: "Closed: 🗑️ Bad issue" |
| 68 | + color: "959a9c" |
0 commit comments