|
| 1 | +- name: "kind/bug" |
| 2 | + color: "d73a4a" |
| 3 | + description: "Unexpected behaviour or regression that needs fixing." |
| 4 | +- name: "kind/feature" |
| 5 | + color: "0e8a16" |
| 6 | + description: "New functionality or enhancement request." |
| 7 | +- name: "kind/docs" |
| 8 | + color: "c5def5" |
| 9 | + description: "Documentation, examples, or community-health updates." |
| 10 | +- name: "kind/refactor" |
| 11 | + color: "5319e7" |
| 12 | + description: "Code health, cleanup, or non-functional improvements." |
| 13 | +- name: "kind/tests" |
| 14 | + color: "fbca04" |
| 15 | + description: "Testing, CI, or verification-only changes." |
| 16 | +- name: "kind/chore" |
| 17 | + color: "bfd4f2" |
| 18 | + description: "Maintenance, dependency bumps, or release automation." |
| 19 | +- name: "dependencies" |
| 20 | + color: "0366d6" |
| 21 | + description: "Dependency updates raised by automation." |
| 22 | +- name: "area/contracts" |
| 23 | + color: "0b4f6c" |
| 24 | + description: "Shared constants, config keys, and index contract changes." |
| 25 | +- name: "area/templating" |
| 26 | + color: "0b4f6c" |
| 27 | + description: "Template parsing, validation, or evaluation changes." |
| 28 | +- name: "area/runtime" |
| 29 | + color: "0b4f6c" |
| 30 | + description: "Runtime helper changes outside the templating engine." |
| 31 | +- name: "area/transport" |
| 32 | + color: "0b4f6c" |
| 33 | + description: "Binding, protocol, connector, or transport runtime changes." |
| 34 | +- name: "area/release" |
| 35 | + color: "0b4f6c" |
| 36 | + description: "Release automation, versioning, or changelog changes." |
| 37 | +- name: "area/docs" |
| 38 | + color: "0b4f6c" |
| 39 | + description: "README, support, contributing, or community-health updates." |
| 40 | +- name: "priority/critical" |
| 41 | + color: "b60205" |
| 42 | + description: "Production-impacting issue that needs immediate attention." |
| 43 | +- name: "priority/high" |
| 44 | + color: "d93f0b" |
| 45 | + description: "Important issue to schedule soon." |
| 46 | +- name: "priority/medium" |
| 47 | + color: "fbca04" |
| 48 | + description: "Normal priority item." |
| 49 | +- name: "priority/low" |
| 50 | + color: "cfd3d7" |
| 51 | + description: "Nice-to-have or backlog item." |
| 52 | +- name: "status/triage" |
| 53 | + color: "ededed" |
| 54 | + description: "Issue has not been reviewed yet." |
| 55 | +- name: "status/needs-info" |
| 56 | + color: "f9d0c4" |
| 57 | + description: "Waiting on more information from the reporter." |
| 58 | +- name: "status/in-progress" |
| 59 | + color: "004d99" |
| 60 | + description: "Actively being worked on." |
| 61 | +- name: "status/blocked" |
| 62 | + color: "5319e7" |
| 63 | + description: "Blocked on another issue, dependency, or external signal." |
| 64 | +- name: "status/ready" |
| 65 | + color: "28a745" |
| 66 | + description: "Ready to merge or release once tests pass." |
| 67 | +- name: "good first issue" |
| 68 | + color: "7057ff" |
| 69 | + description: "Small, well-scoped tasks for new contributors." |
| 70 | +- name: "help wanted" |
| 71 | + color: "008672" |
| 72 | + description: "Looking for community contributions." |
0 commit comments