|
| 1 | +# Core |
| 2 | +- name: bug |
| 3 | + color: "d73a4a" |
| 4 | + description: "Something isn't working" |
| 5 | +- name: enhancement |
| 6 | + color: "a2eeef" |
| 7 | + description: "New feature or request" |
| 8 | +- name: documentation |
| 9 | + color: "0075ca" |
| 10 | + description: "Improvements or additions to documentation" |
| 11 | +- name: security |
| 12 | + color: "e11d48" |
| 13 | + description: "Security hardening" |
| 14 | +- name: dependencies |
| 15 | + color: "0366d6" |
| 16 | + description: "Dependency updates" |
| 17 | + |
| 18 | +# Areas |
| 19 | +- name: backend |
| 20 | + color: "3b82f6" |
| 21 | + description: "FastAPI / Python backend" |
| 22 | +- name: frontend |
| 23 | + color: "8b5cf6" |
| 24 | + description: "JavaScript frontend / UI" |
| 25 | +- name: analysis-engine |
| 26 | + color: "f59e0b" |
| 27 | + description: "Conflict detection & fix generation" |
| 28 | +- name: apply-fix |
| 29 | + color: "34d399" |
| 30 | + description: "Fix generation & application" |
| 31 | +- name: paste-flow |
| 32 | + color: "a78bfa" |
| 33 | + description: "Error paste pathway" |
| 34 | +- name: UX |
| 35 | + color: "ec4899" |
| 36 | + description: "User experience improvements" |
| 37 | +- name: infrastructure |
| 38 | + color: "6b7280" |
| 39 | + description: "CI/CD, Docker, deployment" |
| 40 | +- name: tech-debt |
| 41 | + color: "f97316" |
| 42 | + description: "Code restructuring & cleanup" |
| 43 | + |
| 44 | +# Process |
| 45 | +- name: beta-testing |
| 46 | + color: "10b981" |
| 47 | + description: "Beta test reports & feedback" |
| 48 | +- name: elder-council |
| 49 | + color: "fbbf24" |
| 50 | + description: "Originated from Elder Council review" |
| 51 | +- name: good first issue |
| 52 | + color: "7057ff" |
| 53 | + description: "Good for newcomers" |
| 54 | +- name: help wanted |
| 55 | + color: "008672" |
| 56 | + description: "Extra attention is needed" |
| 57 | + |
| 58 | +# Stages |
| 59 | +- name: stage-1 |
| 60 | + color: "dc2626" |
| 61 | + description: "Pre-beta priority" |
| 62 | +- name: stage-2 |
| 63 | + color: "ea580c" |
| 64 | + description: "First patch" |
| 65 | +- name: stage-3 |
| 66 | + color: "ca8a04" |
| 67 | + description: "Code health + UX" |
| 68 | +- name: stage-4 |
| 69 | + color: "16a34a" |
| 70 | + description: "Strategic / v2.0" |
| 71 | + |
| 72 | +# Lifecycle |
| 73 | +- name: stale |
| 74 | + color: "ededed" |
| 75 | + description: "No recent activity" |
| 76 | +- name: pinned |
| 77 | + color: "006b75" |
| 78 | + description: "Exempt from stale bot" |
| 79 | +- name: skip-changelog |
| 80 | + color: "ededed" |
| 81 | + description: "Exclude from release notes" |
| 82 | + |
| 83 | +# Triage |
| 84 | +- name: duplicate |
| 85 | + color: "cfd3d7" |
| 86 | + description: "This issue or pull request already exists" |
| 87 | +- name: invalid |
| 88 | + color: "e4e669" |
| 89 | + description: "This doesn't seem right" |
| 90 | +- name: wontfix |
| 91 | + color: "ffffff" |
| 92 | + description: "This will not be worked on" |
| 93 | +- name: question |
| 94 | + color: "d876e3" |
| 95 | + description: "Further information is requested" |
0 commit comments