- Feature: New functionality or improvement.
- Bug: Issues that are broken or not functioning as intended.
- Documentation: Updates or changes to documentation.
- Task: Miscellaneous tasks that need to be completed.
- High: Requires immediate attention.
- Medium: Important but not urgent.
- Low: Can be addressed at a later time.
The following priority labels are used in descending urgency order:
| Label | Alias | Meaning |
|---|---|---|
priority:critical |
P0 |
Requires immediate attention |
priority:high |
P1 |
Important, process soon |
priority:medium |
P2 |
Normal priority |
priority:low |
P3 |
Can be addressed later |
- Open: Issue is open and awaiting resolution.
- In Progress: Work is currently being done on the issue.
- Resolved: Issue has been resolved.
- Closed: Issue is completed and closed.
- Frontend: Relates to client-side development.
- Backend: Relates to server-side development.
- Testing: Related to quality assurance and testing processes.
These labels are part of the official CI reporting standard for nightly AI quality workflows.
nightly-quality-gate: Marks issues and reports generated by the nightly quality gate workflow.branch:main: Indicates findings or alerts that apply to themainbranch lane.branch:develop: Indicates findings or alerts that apply to thedevelopbranch lane.
These labels are managed by the Copilot Issue Dispatcher automation.
queue/copilot: Issue is eligible for Copilot delegation. The dispatcher removes it after posting the delegation comment.copilot/delegated: Set by the dispatcher after the delegation comment is posted and prevents re-delegation on subsequent runs.
ai-generated: Marks pull requests with AI-generated or AI-assisted implementation content and enables stricter human review.
| Old Label Name | New Label Name |
|---|---|
feature |
Type: Feature |
bug |
Type: Bug |
documentation |
Type: Documentation |
task |
Type: Task |
high-priority |
Priority: High |
medium-priority |
Priority: Medium |
low-priority |
Priority: Low |
open |
Status: Open |
in-progress |
Status: In Progress |
resolved |
Status: Resolved |
closed |
Status: Closed |
frontend |
Area: Frontend |
backend |
Area: Backend |
testing |
Area: Testing |