|
| 1 | +# Repository label taxonomy for OpenPet. |
| 2 | +# |
| 3 | +# GitHub does not sync this file automatically. It documents the intended label |
| 4 | +# set and can be applied with `gh label create --force`. |
| 5 | + |
| 6 | +- name: bug |
| 7 | + color: d73a4a |
| 8 | + description: Something is not working as expected. |
| 9 | +- name: documentation |
| 10 | + color: 0075ca |
| 11 | + description: Improvements or additions to documentation. |
| 12 | +- name: duplicate |
| 13 | + color: cfd3d7 |
| 14 | + description: This issue or pull request already exists. |
| 15 | +- name: enhancement |
| 16 | + color: a2eeef |
| 17 | + description: New feature or request. |
| 18 | +- name: good first issue |
| 19 | + color: 7057ff |
| 20 | + description: Good for newcomers. |
| 21 | +- name: help wanted |
| 22 | + color: 008672 |
| 23 | + description: Extra attention is needed. |
| 24 | +- name: invalid |
| 25 | + color: e4e669 |
| 26 | + description: This is not valid or no longer relevant. |
| 27 | +- name: question |
| 28 | + color: d876e3 |
| 29 | + description: Usage or integration question. |
| 30 | +- name: wontfix |
| 31 | + color: ffffff |
| 32 | + description: This will not be worked on. |
| 33 | +- name: dependencies |
| 34 | + color: 0366d6 |
| 35 | + description: Dependency updates or dependency-related issues. |
| 36 | +- name: "area: runtime" |
| 37 | + color: 1d76db |
| 38 | + description: Desktop pet runtime, window behavior, tray, or local API. |
| 39 | +- name: "area: ui" |
| 40 | + color: c5def5 |
| 41 | + description: React UI, settings, visual layout, or interaction changes. |
| 42 | +- name: "area: import" |
| 43 | + color: bfd4f2 |
| 44 | + description: Pet import, website compatibility, or catalog behavior. |
| 45 | +- name: "area: cli-mcp" |
| 46 | + color: 5319e7 |
| 47 | + description: Agent CLI, MCP bridge, or automation integration. |
| 48 | +- name: "area: release" |
| 49 | + color: 0e8a16 |
| 50 | + description: CI, packaging, signing, updater, or release distribution. |
| 51 | +- name: "area: docs" |
| 52 | + color: 0075ca |
| 53 | + description: README, guides, examples, or project documentation. |
| 54 | +- name: "platform: windows" |
| 55 | + color: 0052cc |
| 56 | + description: Windows-specific behavior or packaging. |
| 57 | +- name: "platform: macos" |
| 58 | + color: 5319e7 |
| 59 | + description: macOS-specific behavior or packaging. |
| 60 | +- name: "platform: linux" |
| 61 | + color: f9d0c4 |
| 62 | + description: Linux-specific behavior or packaging. |
| 63 | +- name: "priority: high" |
| 64 | + color: b60205 |
| 65 | + description: Important issue that should be handled soon. |
| 66 | +- name: "priority: normal" |
| 67 | + color: fbca04 |
| 68 | + description: Normal priority work. |
| 69 | +- name: "priority: low" |
| 70 | + color: 0e8a16 |
| 71 | + description: Nice-to-have or low urgency work. |
| 72 | +- name: "status: needs triage" |
| 73 | + color: ededed |
| 74 | + description: New issue or PR awaiting maintainer triage. |
| 75 | +- name: "status: needs info" |
| 76 | + color: d4c5f9 |
| 77 | + description: Waiting for more information from the author. |
| 78 | +- name: "status: blocked" |
| 79 | + color: 000000 |
| 80 | + description: Blocked by an external dependency or unresolved decision. |
| 81 | +- name: "status: ready to merge" |
| 82 | + color: 0e8a16 |
| 83 | + description: Reviewed and ready to merge. |
0 commit comments