|
1 | 1 | - name: type/bug |
2 | 2 | color: d73a4a |
3 | | - description: Something isn't working. |
| 3 | + description: Defect or incorrect behavior in RitsuLib. |
4 | 4 | - name: type/feature |
5 | 5 | color: a2eeef |
6 | | - description: New feature or request. |
| 6 | + description: Feature request or behavior improvement. |
7 | 7 | - name: type/question |
8 | 8 | color: d876e3 |
9 | | - description: Further information is requested. |
| 9 | + description: Usage, design, or contribution question. |
10 | 10 | - name: type/docs |
11 | 11 | color: 0075ca |
12 | | - description: Documentation related changes. |
| 12 | + description: Documentation, examples, or README work. |
13 | 13 | - name: type/chore |
14 | 14 | color: cfd3d7 |
15 | | - description: Maintenance / refactor / build tooling. |
| 15 | + description: Maintenance, refactor, tooling, or dependency work. |
| 16 | + |
| 17 | +- name: bug |
| 18 | + color: d73a4a |
| 19 | + description: Something is broken or behaving incorrectly. |
| 20 | +- name: enhancement |
| 21 | + color: a2eeef |
| 22 | + description: Feature request or behavior improvement. |
| 23 | +- name: documentation |
| 24 | + color: 0075ca |
| 25 | + description: Documentation, examples, or README changes. |
| 26 | +- name: question |
| 27 | + color: d876e3 |
| 28 | + description: Question or discussion; may need clarification before action. |
| 29 | +- name: duplicate |
| 30 | + color: cfd3d7 |
| 31 | + description: Duplicates an existing issue or pull request. |
| 32 | +- name: invalid |
| 33 | + color: e4e669 |
| 34 | + description: Not actionable, not reproducible, or outside project scope. |
| 35 | +- name: wontfix |
| 36 | + color: ffffff |
| 37 | + description: Accepted as not planned for this project. |
| 38 | +- name: noise |
| 39 | + color: eeeeee |
| 40 | + description: Low-value automated/noisy report; usually safe to close after review. |
| 41 | +- name: spam |
| 42 | + color: "000000" |
| 43 | + description: Spam or abusive content. |
| 44 | +- name: help wanted |
| 45 | + color: 008672 |
| 46 | + description: Maintainer welcomes external help. |
| 47 | +- name: good first issue |
| 48 | + color: 7057ff |
| 49 | + description: Good for a first external contribution. |
16 | 50 |
|
17 | 51 | - name: status/needs-triage |
18 | | - color: fbca04 |
19 | | - description: Needs initial review and routing. |
| 52 | + color: ededed |
| 53 | + description: Needs maintainer or analyzer triage. |
20 | 54 | - name: status/needs-info |
| 55 | + color: d4c5f9 |
| 56 | + description: Waiting for more information from reporter or author. |
| 57 | +- name: status/confirmed |
| 58 | + color: 0e8a16 |
| 59 | + description: Confirmed and actionable. |
| 60 | +- name: status/in-progress |
21 | 61 | color: fbca04 |
22 | | - description: Reporter input needed to proceed. |
| 62 | + description: Work is actively in progress. |
23 | 63 | - name: status/blocked |
24 | 64 | color: b60205 |
25 | | - description: Blocked by external dependency or upstream changes. |
| 65 | + description: Blocked by missing dependency, upstream issue, or decision. |
| 66 | +- name: status/needs-review |
| 67 | + color: 1d76db |
| 68 | + description: Ready for maintainer review. |
26 | 69 |
|
27 | 70 | - name: priority/p0 |
28 | 71 | color: b60205 |
29 | | - description: Drop everything. |
| 72 | + description: Emergency; blocks releases or core workflows. |
30 | 73 | - name: priority/p1 |
31 | 74 | color: d93f0b |
32 | | - description: High priority. |
| 75 | + description: High priority regression or high-impact work. |
33 | 76 | - name: priority/p2 |
34 | 77 | color: fbca04 |
35 | | - description: Medium priority. |
| 78 | + description: Normal priority; useful but not urgent. |
36 | 79 | - name: priority/p3 |
37 | | - color: 0e8a16 |
38 | | - description: Low priority. |
39 | | - |
40 | | -- name: area/combat |
41 | | - color: 1d76db |
42 | | - description: Combat-related. |
43 | | -- name: area/cards |
44 | | - color: 1d76db |
45 | | - description: Cards-related. |
46 | | -- name: area/powers |
47 | | - color: 1d76db |
48 | | - description: Powers-related. |
49 | | -- name: area/relics |
50 | | - color: 1d76db |
51 | | - description: Relics-related. |
52 | | -- name: area/ui |
53 | | - color: 1d76db |
54 | | - description: UI-related. |
55 | | -- name: area/localization |
56 | | - color: 1d76db |
57 | | - description: Localization-related. |
58 | | -- name: area/build |
59 | | - color: 1d76db |
60 | | - description: Build/CI tooling. |
61 | | -- name: area/docs |
62 | | - color: 1d76db |
63 | | - description: Documentation. |
64 | | -- name: area/other |
65 | | - color: 1d76db |
66 | | - description: Other / unclear area. |
| 80 | + color: c5def5 |
| 81 | + description: Low priority or backlog. |
67 | 82 |
|
68 | | -- name: severity/crash |
| 83 | +- name: severity/critical |
69 | 84 | color: b60205 |
70 | | - description: Crash / hard failure. |
| 85 | + description: Crash, data loss, or unusable core behavior. |
71 | 86 | - name: severity/broken |
| 87 | + color: d73a4a |
| 88 | + description: A feature path is effectively unusable. |
| 89 | +- name: severity/major |
72 | 90 | color: d93f0b |
73 | | - description: Broken feature. |
| 91 | + description: Significant bug with workaround or limited scope. |
74 | 92 | - name: severity/regression |
75 | 93 | color: fbca04 |
76 | 94 | description: Regression from previous behavior. |
77 | 95 | - name: severity/minor |
78 | | - color: 0e8a16 |
79 | | - description: Minor issue. |
| 96 | + color: fbca04 |
| 97 | + description: Minor defect, polish issue, or low-impact bug. |
| 98 | + |
| 99 | +- name: area/api |
| 100 | + color: bfdadc |
| 101 | + description: Public API, contracts, or compatibility surface. |
| 102 | +- name: area/settings |
| 103 | + color: bfdadc |
| 104 | + description: Mod settings UI, config entries, persistence, or input handling. |
| 105 | +- name: area/ui |
| 106 | + color: bfdadc |
| 107 | + description: User interface, layout, controls, or visual behavior. |
| 108 | +- name: area/assets |
| 109 | + color: bfdadc |
| 110 | + description: Textures, atlases, resource paths, or asset loading. |
| 111 | +- name: area/audio |
| 112 | + color: bfdadc |
| 113 | + description: FMOD, banks, sound events, or audio playback. |
| 114 | +- name: area/localization |
| 115 | + color: bfdadc |
| 116 | + description: Localization loading, text keys, translations, or language data. |
| 117 | +- name: area/mod-loading |
| 118 | + color: bfdadc |
| 119 | + description: Initialization, assembly loading, content registration, or patch lifecycle. |
| 120 | +- name: area/compatibility |
| 121 | + color: bfdadc |
| 122 | + description: Compatibility with game versions, other mods, or runtime environments. |
| 123 | +- name: area/build |
| 124 | + color: bfdadc |
| 125 | + description: Build, packaging, CI, NuGet, or project setup. |
| 126 | +- name: area/docs |
| 127 | + color: bfdadc |
| 128 | + description: Documentation site, examples, README, or guide content. |
| 129 | +- name: area/tests |
| 130 | + color: bfdadc |
| 131 | + description: Tests, analyzers, samples, or validation tooling. |
| 132 | +- name: area/other |
| 133 | + color: ededed |
| 134 | + description: Area is unclear or does not fit existing categories. |
0 commit comments