|
| 1 | +- name: "status/backlog" |
| 2 | + color: "cfd3d7" |
| 3 | + description: "Not yet prioritized for a sprint." |
| 4 | +- name: "status/in-progress" |
| 5 | + color: "0b6e99" |
| 6 | + description: "Actively being worked on." |
| 7 | +- name: "status/blocked" |
| 8 | + color: "d93f0b" |
| 9 | + description: "Cannot proceed until an external dependency is resolved." |
| 10 | +- name: "status/review" |
| 11 | + color: "fbca04" |
| 12 | + description: "Ready for code review or testing." |
| 13 | +- name: "status/ready" |
| 14 | + color: "0e8a16" |
| 15 | + description: "Groomed and ready to be picked up." |
| 16 | +- name: "type/feature" |
| 17 | + color: "1d76db" |
| 18 | + description: "Adds new runtime capabilities or visualizations." |
| 19 | +- name: "type/bugfix" |
| 20 | + color: "d73a4a" |
| 21 | + description: "Corrects a functional defect." |
| 22 | +- name: "type/refactor" |
| 23 | + color: "f9d0c4" |
| 24 | + description: "Improves structure without changing behaviour." |
| 25 | +- name: "type/docs" |
| 26 | + color: "5319e7" |
| 27 | + description: "Documentation or knowledge-base updates." |
| 28 | +- name: "type/tooling" |
| 29 | + color: "0366d6" |
| 30 | + description: "Tooling, build, or automation tasks." |
| 31 | +- name: "domain/core" |
| 32 | + color: "0052cc" |
| 33 | + description: "Affects com.soobak.algo.core primitives or pipeline." |
| 34 | +- name: "domain/sorting" |
| 35 | + color: "8a2be2" |
| 36 | + description: "Affects sorting-domain models, algorithms, or visualizers." |
| 37 | +- name: "domain/visualization" |
| 38 | + color: "b60205" |
| 39 | + description: "UI or rendering concerns for algorithm playback." |
| 40 | +- name: "domain/ci" |
| 41 | + color: "6f42c1" |
| 42 | + description: "CI/CD, GitHub Actions, or release automation." |
| 43 | +- name: "domain/testing" |
| 44 | + color: "1f6feb" |
| 45 | + description: "Test harnesses, fixtures, or coverage work." |
| 46 | +- name: "priority/high" |
| 47 | + color: "b60205" |
| 48 | + description: "Critical for the next release or demo." |
| 49 | +- name: "priority/medium" |
| 50 | + color: "fbca04" |
| 51 | + description: "Important but can wait one iteration." |
| 52 | +- name: "priority/low" |
| 53 | + color: "94d3a2" |
| 54 | + description: "Nice-to-have or low urgency." |
| 55 | +- name: "needs/triage" |
| 56 | + color: "fef2c0" |
| 57 | + description: "Requires triage before work can start." |
| 58 | +- name: "needs/tests" |
| 59 | + color: "d4c5f9" |
| 60 | + description: "Missing or insufficient automated coverage." |
| 61 | +- name: "needs/docs" |
| 62 | + color: "f9bc2f" |
| 63 | + description: "Documentation updates are required before closure." |
0 commit comments