|
1 | | -labels: |
2 | | - # Types |
3 | | - - name: "type: defect" |
4 | | - color: D73A4A |
5 | | - description: Product defect or regression |
6 | | - - name: "type: feature" |
7 | | - color: 0E8A16 |
8 | | - description: New feature or enhancement |
9 | | - - name: "type: chore" |
10 | | - color: FEF2C0 |
11 | | - description: Maintenance or refactoring |
12 | | - - name: "type: docs" |
13 | | - color: 0075CA |
14 | | - description: Documentation |
15 | | - - name: "type: security" |
16 | | - color: B60205 |
17 | | - description: Security vulnerabilities and hardening |
18 | | - - name: "type: epic" |
19 | | - color: 8B5CF6 |
20 | | - description: Epic grouping multiple related issues |
| 1 | +# Types |
| 2 | +- name: "type: defect" |
| 3 | + color: D73A4A |
| 4 | + description: Product defect or regression |
| 5 | +- name: "type: feature" |
| 6 | + color: 0E8A16 |
| 7 | + description: New feature or enhancement |
| 8 | +- name: "type: chore" |
| 9 | + color: FEF2C0 |
| 10 | + description: Maintenance or refactoring |
| 11 | +- name: "type: docs" |
| 12 | + color: 0075CA |
| 13 | + description: Documentation |
| 14 | +- name: "type: security" |
| 15 | + color: B60205 |
| 16 | + description: Security vulnerabilities and hardening |
| 17 | +- name: "type: epic" |
| 18 | + color: 8B5CF6 |
| 19 | + description: Epic grouping multiple related issues |
21 | 20 |
|
22 | | - # Priorities |
23 | | - - name: "priority: critical" |
24 | | - color: B60205 |
25 | | - description: Must have for release |
26 | | - - name: "priority: high" |
27 | | - color: D93F0B |
28 | | - description: Should have |
29 | | - - name: "priority: medium" |
30 | | - color: FBCA04 |
31 | | - description: Nice to have |
32 | | - - name: "priority: low" |
33 | | - color: C5DEF5 |
34 | | - description: Future consideration |
| 21 | +# Priorities |
| 22 | +- name: "priority: critical" |
| 23 | + color: B60205 |
| 24 | + description: Must have for release |
| 25 | +- name: "priority: high" |
| 26 | + color: D93F0B |
| 27 | + description: Should have |
| 28 | +- name: "priority: medium" |
| 29 | + color: FBCA04 |
| 30 | + description: Nice to have |
| 31 | +- name: "priority: low" |
| 32 | + color: C5DEF5 |
| 33 | + description: Future consideration |
35 | 34 |
|
36 | | - # Status |
37 | | - - name: "status: needs-triage" |
38 | | - color: EDEDED |
39 | | - description: Awaiting triage and label assignment |
40 | | - - name: "status: investigating" |
41 | | - color: 0E8A16 |
42 | | - description: Being actively investigated |
43 | | - - name: "status: blocked" |
44 | | - color: B60205 |
45 | | - description: Blocked by dependency or prerequisite |
46 | | - - name: "status: regression" |
47 | | - color: D93F0B |
48 | | - description: Regression from previous release |
| 35 | +# Status |
| 36 | +- name: "status: needs-triage" |
| 37 | + color: EDEDED |
| 38 | + description: Awaiting triage and label assignment |
| 39 | +- name: "status: investigating" |
| 40 | + color: 0E8A16 |
| 41 | + description: Being actively investigated |
| 42 | +- name: "status: blocked" |
| 43 | + color: B60205 |
| 44 | + description: Blocked by dependency or prerequisite |
| 45 | +- name: "status: regression" |
| 46 | + color: D93F0B |
| 47 | + description: Regression from previous release |
49 | 48 |
|
50 | | - # Areas |
51 | | - - name: "area: auth/setup" |
52 | | - color: 6F42C1 |
53 | | - description: Authentication, authorization, and setup wizard |
54 | | - - name: "area: survey/floorplan" |
55 | | - color: 0052CC |
56 | | - description: Surveys, floorplans, and planner |
57 | | - - name: "area: discovery/network" |
58 | | - color: 0C88FF |
59 | | - description: Network discovery, link tests, DHCP, gateway, speedtest |
60 | | - - name: "area: logging" |
61 | | - color: F9D0C4 |
62 | | - description: Logging, observability, log viewer |
63 | | - - name: "area: UI/UX" |
64 | | - color: CFD3D7 |
65 | | - description: User interface and experience |
66 | | - - name: "area: backend" |
67 | | - color: 5319E7 |
68 | | - description: Backend/Go services |
69 | | - - name: "area: frontend" |
70 | | - color: 1D76DB |
71 | | - description: Frontend/React UI |
72 | | - - name: "area: infra" |
73 | | - color: 006B75 |
74 | | - description: CI/CD, packaging, deployment |
75 | | - - name: "area: i18n" |
76 | | - color: 9B59B6 |
77 | | - description: Internationalization and localization |
| 49 | +# Areas |
| 50 | +- name: "area: auth/setup" |
| 51 | + color: 6F42C1 |
| 52 | + description: Authentication, authorization, and setup wizard |
| 53 | +- name: "area: survey/floorplan" |
| 54 | + color: 0052CC |
| 55 | + description: Surveys, floorplans, and planner |
| 56 | +- name: "area: discovery/network" |
| 57 | + color: 0C88FF |
| 58 | + description: Network discovery, link tests, DHCP, gateway, speedtest |
| 59 | +- name: "area: logging" |
| 60 | + color: F9D0C4 |
| 61 | + description: Logging, observability, log viewer |
| 62 | +- name: "area: UI/UX" |
| 63 | + color: CFD3D7 |
| 64 | + description: User interface and experience |
| 65 | +- name: "area: backend" |
| 66 | + color: 5319E7 |
| 67 | + description: Backend/Go services |
| 68 | +- name: "area: frontend" |
| 69 | + color: 1D76DB |
| 70 | + description: Frontend/React UI |
| 71 | +- name: "area: infra" |
| 72 | + color: 006B75 |
| 73 | + description: CI/CD, packaging, deployment |
| 74 | +- name: "area: i18n" |
| 75 | + color: 9B59B6 |
| 76 | + description: Internationalization and localization |
78 | 77 |
|
79 | | - # Meta |
80 | | - - name: duplicate |
81 | | - color: CFD3D7 |
82 | | - description: This issue or pull request already exists |
83 | | - - name: question |
84 | | - color: D876E3 |
85 | | - description: Further information is requested |
86 | | - - name: wontfix |
87 | | - color: FFFFFF |
88 | | - description: This will not be worked on |
89 | | - - name: invalid |
90 | | - color: E4E669 |
91 | | - description: This doesn't seem right |
92 | | - - name: help wanted |
93 | | - color: 008672 |
94 | | - description: Extra attention is needed |
95 | | - - name: good first issue |
96 | | - color: 7057FF |
97 | | - description: Good for newcomers |
98 | | - - name: tech-debt |
99 | | - color: 5319E7 |
100 | | - description: Technical debt and refactoring |
101 | | - - name: testing |
102 | | - color: 0E8A16 |
103 | | - description: Testing and test coverage |
104 | | - - name: ci |
105 | | - color: 6E543E |
106 | | - description: CI/CD pipelines |
107 | | - - name: accessibility |
108 | | - color: 0E7490 |
109 | | - description: Accessibility improvements |
110 | | - - name: integration |
111 | | - color: 4A0A66 |
112 | | - description: Integrations with third-party systems and APIs |
113 | | - - name: tracking issue |
114 | | - color: 1D76DB |
115 | | - description: Meta-issue tracking related tasks |
116 | | - - name: "autorelease: pending" |
117 | | - color: EDEDED |
118 | | - description: "" |
119 | | - - name: "autorelease: tagged" |
120 | | - color: EDEDED |
121 | | - description: "" |
122 | | - - name: Review effort 1/5 |
123 | | - color: D1BCF9 |
124 | | - description: "" |
125 | | - - name: hardware-testing |
126 | | - color: 0E8A16 |
127 | | - description: Hardware compatibility testing and validation |
128 | | - - name: "component: ai" |
129 | | - color: 8B5CF6 |
130 | | - description: AI/ML features |
131 | | - - name: "ai: foundation" |
132 | | - color: A78BFA |
133 | | - description: AI infrastructure and foundation |
134 | | - - name: "ai: intelligence" |
135 | | - color: 7C3AED |
136 | | - description: AI analysis and intelligence |
137 | | - - name: "ai: wifi" |
138 | | - color: 6D28D9 |
139 | | - description: WiFi AI features (heatmaps, optimization) |
140 | | - - name: "component: mcp" |
141 | | - color: 5319E7 |
142 | | - description: MCP (Model Context Protocol) server |
| 78 | +# Meta |
| 79 | +- name: duplicate |
| 80 | + color: CFD3D7 |
| 81 | + description: This issue or pull request already exists |
| 82 | +- name: question |
| 83 | + color: D876E3 |
| 84 | + description: Further information is requested |
| 85 | +- name: wontfix |
| 86 | + color: FFFFFF |
| 87 | + description: This will not be worked on |
| 88 | +- name: invalid |
| 89 | + color: E4E669 |
| 90 | + description: This doesn't seem right |
| 91 | +- name: help wanted |
| 92 | + color: 008672 |
| 93 | + description: Extra attention is needed |
| 94 | +- name: good first issue |
| 95 | + color: 7057FF |
| 96 | + description: Good for newcomers |
| 97 | +- name: tech-debt |
| 98 | + color: 5319E7 |
| 99 | + description: Technical debt and refactoring |
| 100 | +- name: testing |
| 101 | + color: 0E8A16 |
| 102 | + description: Testing and test coverage |
| 103 | +- name: ci |
| 104 | + color: 6E543E |
| 105 | + description: CI/CD pipelines |
| 106 | +- name: accessibility |
| 107 | + color: 0E7490 |
| 108 | + description: Accessibility improvements |
| 109 | +- name: integration |
| 110 | + color: 4A0A66 |
| 111 | + description: Integrations with third-party systems and APIs |
| 112 | +- name: tracking issue |
| 113 | + color: 1D76DB |
| 114 | + description: Meta-issue tracking related tasks |
| 115 | +- name: "autorelease: pending" |
| 116 | + color: EDEDED |
| 117 | + description: "" |
| 118 | +- name: "autorelease: tagged" |
| 119 | + color: EDEDED |
| 120 | + description: "" |
| 121 | +- name: Review effort 1/5 |
| 122 | + color: D1BCF9 |
| 123 | + description: "" |
| 124 | +- name: hardware-testing |
| 125 | + color: 0E8A16 |
| 126 | + description: Hardware compatibility testing and validation |
| 127 | +- name: "component: ai" |
| 128 | + color: 8B5CF6 |
| 129 | + description: AI/ML features |
| 130 | +- name: "ai: foundation" |
| 131 | + color: A78BFA |
| 132 | + description: AI infrastructure and foundation |
| 133 | +- name: "ai: intelligence" |
| 134 | + color: 7C3AED |
| 135 | + description: AI analysis and intelligence |
| 136 | +- name: "ai: wifi" |
| 137 | + color: 6D28D9 |
| 138 | + description: WiFi AI features (heatmaps, optimization) |
| 139 | +- name: "component: mcp" |
| 140 | + color: 5319E7 |
| 141 | + description: MCP (Model Context Protocol) server |
0 commit comments