|
| 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 such as Dependabot." |
| 22 | +- name: "go" |
| 23 | + color: "00ADD8" |
| 24 | + description: "Go module dependency updates." |
| 25 | +- name: "github-actions" |
| 26 | + color: "000000" |
| 27 | + description: "GitHub Actions dependency updates." |
| 28 | +- name: "docker" |
| 29 | + color: "2496ED" |
| 30 | + description: "Docker base image updates." |
| 31 | +- name: "area/operator" |
| 32 | + color: "0b4f6c" |
| 33 | + description: "Bobrapet controller or CRD-level change." |
| 34 | +- name: "area/transport" |
| 35 | + color: "0b4f6c" |
| 36 | + description: "Bobravoz gRPC transport changes." |
| 37 | +- name: "area/sdk" |
| 38 | + color: "0b4f6c" |
| 39 | + description: "Bubu SDK or shared runtime work." |
| 40 | +- name: "area/engram" |
| 41 | + color: "0b4f6c" |
| 42 | + description: "Specific Engram implementation or template change." |
| 43 | +- name: "area/impulse" |
| 44 | + color: "0b4f6c" |
| 45 | + description: "Impulse templates, webhook ingestion, or trigger paths." |
| 46 | +- name: "area/docs" |
| 47 | + color: "0b4f6c" |
| 48 | + description: "Docs site, READMEs, or knowledge base updates." |
| 49 | +- name: "priority/critical" |
| 50 | + color: "b60205" |
| 51 | + description: "Production-impacting issue that needs immediate attention." |
| 52 | +- name: "priority/high" |
| 53 | + color: "d93f0b" |
| 54 | + description: "Important issue to schedule soon." |
| 55 | +- name: "priority/medium" |
| 56 | + color: "fbca04" |
| 57 | + description: "Normal priority item." |
| 58 | +- name: "priority/low" |
| 59 | + color: "cfd3d7" |
| 60 | + description: "Nice-to-have or backlog item." |
| 61 | +- name: "status/triage" |
| 62 | + color: "ededed" |
| 63 | + description: "Issue has not been reviewed yet." |
| 64 | +- name: "status/needs-info" |
| 65 | + color: "f9d0c4" |
| 66 | + description: "Waiting on more information from the reporter." |
| 67 | +- name: "status/in-progress" |
| 68 | + color: "004d99" |
| 69 | + description: "Actively being worked on." |
| 70 | +- name: "status/blocked" |
| 71 | + color: "5319e7" |
| 72 | + description: "Blocked on another issue, dependency, or external signal." |
| 73 | +- name: "status/ready" |
| 74 | + color: "28a745" |
| 75 | + description: "Ready to merge/release once tests pass." |
| 76 | +- name: "good first issue" |
| 77 | + color: "7057ff" |
| 78 | + description: "Small, well-scoped tasks for new contributors." |
| 79 | +- name: "help wanted" |
| 80 | + color: "008672" |
| 81 | + description: "Looking for community contributions." |
| 82 | +- name: "triage/needs-owner" |
| 83 | + color: "5319e7" |
| 84 | + description: "Needs someone to own or shepherd the fix." |
0 commit comments