Files
SnapOtter/.github/labels.yml
T
SnapOtter 29d959e7c1 docs: open project to public contributions with CLA
Add full contribution infrastructure: CLA with broad sublicensing
rights for dual-licensing, CONTRIBUTING.md with scope rules and dev
setup, CLA Assistant workflow, CODEOWNERS, SUPPORT.md, PR template,
updated issue templates with contribution prompts, and declarative
label config.
2026-05-16 16:05:08 +08:00

98 lines
1.9 KiB
YAML

# Bug & Issue Types
- name: bug
color: "d73a4a"
description: Something isn't working
- name: enhancement
color: "a2eeef"
description: New feature or improvement
- name: documentation
color: "0075ca"
description: Documentation improvements
- name: translation
color: "7057ff"
description: New or updated translation
# Contribution Flow
- name: good first issue
color: "7057ff"
description: Good for newcomers
- name: help wanted
color: "008672"
description: Extra attention is needed
- name: approved
color: "0e8a16"
description: Feature approved for implementation
- name: needs discussion
color: "fbca04"
description: Requires maintainer input before proceeding
# PR Status
- name: awaiting review
color: "f9d0c4"
description: PR is ready for maintainer review
- name: changes requested
color: "e11d48"
description: PR needs changes before merge
- name: cla-signed
color: "0e8a16"
description: Contributor has signed the CLA
- name: cla-needed
color: "b60205"
description: CLA signature required
# Scope
- name: "area: frontend"
color: "bfdadc"
description: Changes to apps/web
- name: "area: backend"
color: "c5def5"
description: Changes to apps/api
- name: "area: image-engine"
color: "d4c5f9"
description: Changes to packages/image-engine
- name: "area: i18n"
color: "e99695"
description: Changes to packages/shared/src/i18n
- name: "area: docs"
color: "0075ca"
description: Changes to apps/docs
# Priority
- name: "priority: critical"
color: "b60205"
description: Must be fixed immediately
- name: "priority: high"
color: "d93f0b"
description: Important, fix soon
- name: "priority: low"
color: "c2e0c6"
description: Nice to have, no rush
# Meta
- name: duplicate
color: "cfd3d7"
description: This issue or PR already exists
- name: wontfix
color: "ffffff"
description: This will not be worked on
- name: invalid
color: "e4e669"
description: Not a valid issue or doesn't apply