|
| 1 | +--- |
| 2 | +# Labels names are important as they are used by Release Drafter to decide |
| 3 | +# regarding where to record them in changelog or if to skip them. |
| 4 | +# |
| 5 | +# The repository labels will be automatically configured using this file and |
| 6 | +# the GitHub Action https://github.com/marketplace/actions/github-labeler. |
| 7 | + |
| 8 | +# ---------------------------------- |
| 9 | +# GROUP |
| 10 | +# ---------------------------------- |
| 11 | +- name: "group/ci" |
| 12 | + description: "Issue related to the CI pipeline" |
| 13 | + color: "f25009" |
| 14 | + |
| 15 | +# ---------------------------------- |
| 16 | +# TYPE INFRAHUB (default) |
| 17 | +# ---------------------------------- |
| 18 | +- name: "type/feature" |
| 19 | + description: "New feature or request" |
| 20 | + color: "a2eeef" |
| 21 | + |
| 22 | +- name: "type/bug" |
| 23 | + description: "Something isn't working as expected" |
| 24 | + color: "d73a4a" |
| 25 | + |
| 26 | +- name: "type/housekeeping" |
| 27 | + description: "Maintenance task" |
| 28 | + color: "fef2c0" |
| 29 | + |
| 30 | +- name: "type/tech-debt" |
| 31 | + description: "Item we know we need to improve way it is implemented" |
| 32 | + color: "73FA20" |
| 33 | + |
| 34 | +# ---------------------------------- |
| 35 | +# TYPE ALL |
| 36 | +# ---------------------------------- |
| 37 | +- name: "type/question" |
| 38 | + description: "Question or discussion" |
| 39 | + color: "d876e3" |
| 40 | + |
| 41 | +- name: "type/documentation" |
| 42 | + description: "Improvements or additions to documentation" |
| 43 | + color: "0075ca" |
| 44 | + |
| 45 | +- name: "type/duplicate" |
| 46 | + description: "This issue or pull request already exists" |
| 47 | + color: "cfd3d7" |
| 48 | + |
| 49 | +- name: "type/epic" |
| 50 | + description: "Large body of work composed of multiple tasks and/or features" |
| 51 | + color: "fbd39c" |
| 52 | + |
| 53 | +- name: "type/task" |
| 54 | + description: "Body of work related to an epic" |
| 55 | + color: "0b8e92" |
| 56 | + |
| 57 | +- name: "type/ecosystem" |
| 58 | + description: "Effort related to the community, usually not part of the core project" |
| 59 | + color: "0b5aa9" |
| 60 | + |
| 61 | +- name: "type/brainstorming" |
| 62 | + description: "Topic for brainstorming, discussions" |
| 63 | + color: "e19e0f" |
| 64 | + |
| 65 | +- name: "type/user-centric" |
| 66 | + description: "Issue that would improve the overall experience of our users" |
| 67 | + color: "ff8c00" |
| 68 | + |
| 69 | +- name: "type/newcomers" |
| 70 | + description: "Good for newcomers" |
| 71 | + color: "309c56" |
| 72 | + |
| 73 | +# ---------------------------------- |
| 74 | +# EFFORT |
| 75 | +# ---------------------------------- |
| 76 | +- name: "effort/high" |
| 77 | + description: "This issue should be completed in more than a day" |
| 78 | + color: "b60205" |
| 79 | + |
| 80 | +- name: "effort/medium" |
| 81 | + description: "This issue should be completed in a less than a day" |
| 82 | + color: "ff9f1c" |
| 83 | + |
| 84 | +- name: "effort/low" |
| 85 | + description: "This issue should be completed in a couple of hours" |
| 86 | + color: "ffcc00" |
| 87 | + |
| 88 | +# ---------------------------------- |
| 89 | +# SEVERITY |
| 90 | +# ---------------------------------- |
| 91 | +- name: "priority/1" |
| 92 | + description: "This issue must be fixed/implemented ASAP, it's a blocker for a release" |
| 93 | + color: "b60205" |
| 94 | + |
| 95 | +- name: "priority/2" |
| 96 | + description: "This issue stalls work on the project or its dependents, it's a blocker for a release" |
| 97 | + color: "ff9f1c" |
| 98 | + |
| 99 | +- name: "priority/3" |
| 100 | + description: "Not blocking but should be fixed soon" |
| 101 | + color: "ffcc00" |
| 102 | + |
| 103 | +- name: "priority/4" |
| 104 | + description: "Low priority and doesn't need to be rushed" |
| 105 | + color: "cfda2c" |
| 106 | + |
| 107 | +# ---------------------------------- |
| 108 | +# STATUS |
| 109 | +# ---------------------------------- |
| 110 | +- name: "state/blocked" |
| 111 | + description: "The issue is currently blocked and cannot be resolved." |
| 112 | + color: "e34918" |
| 113 | + |
| 114 | +- name: "state/draft" |
| 115 | + description: "The redaction of the issue is still a work in progress" |
| 116 | + color: "dcb518" |
| 117 | + |
| 118 | +- name: "state/need-triage" |
| 119 | + description: "This issue needs to be triaged" |
| 120 | + color: "333333" |
| 121 | + |
| 122 | +- name: "state/need-more-info" |
| 123 | + description: "This issue needs more information" |
| 124 | + color: "cccccc" |
| 125 | + |
| 126 | +- name: "state/need-testing" |
| 127 | + description: "This issue is ready and needs to be tested." |
| 128 | + color: "cccccc" |
| 129 | + |
| 130 | +- name: "state/backlog" |
| 131 | + description: "This issue is part of the backlog" |
| 132 | + color: "eeeeee" |
| 133 | + |
| 134 | +- name: "state/planned" |
| 135 | + description: "This issue is planned to be worked on in an upcoming release." |
| 136 | + color: "eeeeee" |
| 137 | + |
| 138 | +- name: "state/not-reproducible" |
| 139 | + description: "Unable to reproduce this issue." |
| 140 | + color: "eeeeee" |
| 141 | + |
| 142 | +- name: "state/wont-fix" |
| 143 | + description: "Issue has been closed and won't be fix/implemented." |
| 144 | + color: "eeeeee" |
| 145 | + |
| 146 | +# ---------------------------------- |
| 147 | +# CI |
| 148 | +# ---------------------------------- |
| 149 | +- name: "ci/skip-changelog" |
| 150 | + description: "Don't include this PR in the changelog" |
| 151 | + color: "c30664" |
0 commit comments