airi/.github/labels.yml
2026-04-07 16:50:44 +08:00

156 lines
5.6 KiB
YAML

- name: 'apps/stage-pocket'
description: 'Mobile App: iOS / Android'
color: 'b8d5ff'
- name: 'apps/stage-tamagotchi'
description: 'Desktop App: Windows & macOS & Linux'
color: 'a1f7ef'
- name: 'apps/stage-web'
description: 'Web App: PWA & Browser'
color: 'abedff'
- name: 'bug'
description: "Something isn't working"
color: 'd73a4a'
- name: 'bug/providers'
description: "Some providers aren't working"
color: 'd73a4a'
- name: 'bug/renderer/pixi-live2d'
description: 'Bugs related to PIXI.js & Live2D renderer'
color: 'd73a4a'
- name: 'bug/renderer/three-vrm'
description: 'Bugs related to Three.js & VRM renderer'
color: 'd73a4a'
- name: 'codex'
description: ''
color: 'ededed'
- name: 'dependencies'
description: 'Pull requests that update a dependency file'
color: '0366d6'
- name: 'duplicate'
description: 'This issue or pull request already exists'
color: 'cfd3d7'
- name: 'env/os-all'
description: 'All operating systems (most of the time Windows & macOS & Linux)'
color: 'e2e1be'
- name: 'env/os-linux'
description: 'Linux (for GUI backend, this includes both X11 and Wayland)'
color: 'bee2cc'
- name: 'env/os-macos'
description: 'OSX! (Nope, macOS)'
color: 'cee2be'
- name: 'env/os-windows'
description: 'Everyone use Windows, ok Windows'
color: 'd8e2be'
- name: 'extension/channel-discord'
description: 'Official supported extensions, related to Discord channel'
color: '95ded9'
- name: 'feature'
description: 'Related to feature'
color: 'dbf2a8'
- name: 'feature-request/accepted'
description: 'Feature request that accepted'
color: 'aef2a8'
- name: 'feature-request/needs-more-info'
description: 'Feature request that needs more information, either user story, use case, or scenario description'
color: 'dbf2a8'
- name: 'feature-request/rejected'
description: 'Feature request that got rejected'
color: 'f2b3a8'
- name: 'good first issue'
description: 'Good for newcomers'
color: '7057ff'
- name: 'help wanted'
description: 'Extra attention is needed'
color: '008672'
- name: 'invalid'
description: "This doesn't seem right"
color: 'e4e669'
- name: 'pending triage'
description: 'Not yet confirmed.'
color: 'f9d0c4'
- name: 'pr-review/hold'
description: 'Pull Request that holds to prevent merging'
color: 'e0c5c2'
- name: 'pr-review/hold/needs-rebase'
description: 'Pull Request that needs rebase to either main branch or specific branch'
color: 'e0c2d9'
- name: 'pr-review/hold/unsure'
description: 'Pull Request that unsure about purpose, not sure if needed'
color: 'd4c2e0'
- name: 'pr-review/ok-to-deploy'
description: 'Pull Request that confirmed to be deploy to either Preview or Prod safe'
color: 'd8e0c2'
- name: 'pr-review/ok-to-merge'
description: 'Pull Request that looks good to maintainers, equivalent to LGTM'
color: 'c2e0c6'
- name: 'pr-review/way-too-large'
description: 'Pull Request that way too large, not easy to review, be careful when reviewing'
color: 'e0d0c2'
- name: 'pr-review/well-informed'
description: 'Pull Request that well described, with screenshots or tests, or explained well, easier to review'
color: 'c2e0e0'
- name: 'priority/general'
description: 'Issue, or Pull Request that could be included in current release'
color: 'ff75ba'
- name: 'priority/nice-to-have'
description: 'Issue, or Pull Request that nice to have but can be handled later'
color: 'ff75ba'
- name: 'priority/urgent'
description: 'Issue, or Pull Request that urgent to be fixed or processed'
color: 'ff75ba'
- name: 'question'
description: 'Further information is requested'
color: 'd876e3'
- name: 'scope/agent'
description: 'Scope related to how we harness agent, or build the agent workflow'
color: '4468eb'
- name: 'scope/audio-input'
description: 'Scope related to audio input (ASR, Whisper, STT, etc.)'
color: '4468eb'
- name: 'scope/audio-output'
description: 'Scope related to audio output (TTS, Voice cloning, etc.)'
color: '4468eb'
- name: 'scope/avatar'
description: 'Scope related how we work with the avatar to be rendered, controlled, or interacted'
color: '4468eb'
- name: 'scope/avatar/live2d'
description: 'Scope related to Live2D'
color: '4468eb'
- name: 'scope/avatar/vrm'
description: 'Scope related to VRM'
color: '4468eb'
- name: 'scope/documentation'
description: 'Improvements or additions to documentation'
color: '4468eb'
- name: 'scope/engineering'
description: 'Scope related to toolchain, workflow, workspace, and CI/CD, deploy, packaging, etc.'
color: '4468eb'
- name: 'scope/extension'
description: 'Scope related to extension api, or internally known as tentacle api, mod api, plugin api'
color: '4468eb'
- name: 'scope/game-playing-ai'
description: 'Scope related to game playing AI, or game AI, AI that interacts the game'
color: '4468eb'
- name: 'scope/i18n'
description: ''
color: '4468eb'
- name: 'scope/providers'
description: 'Scope related to providers we support'
color: '4468eb'
- name: 'scope/server-api'
description: 'Scope related to the server api we maintained, the public service of AIRI'
color: '4468eb'
- name: 'scope/ui'
description: 'Scope related to UI/UX, or interface improve, perf, and bugs'
color: '4468eb'
- name: 'scope/visual-input'
description: 'Scope related to vision/visual input (YOLO, OCR, VLM, etc.)'
color: '4468eb'
- name: 'scope/visual-output'
description: 'Scope related to audio output (SD, Comfy, AI painting, video generation, etc.)'
color: '4468eb'
- name: 'security'
description: 'Security issue, Pull Request, or advisory related.'
color: 'fdf122'
- name: 'wontfix'
description: 'This will not be worked on'
color: 'ffffff'