mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Discussion templates for feature requests and roadmap updates - Roadmap labels (now/next/later, community-request) - Fix security audit report path in .gitignore
115 lines
2.3 KiB
YAML
115 lines
2.3 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
|
|
|
|
# Roadmap
|
|
- name: "roadmap: now"
|
|
color: "0e8a16"
|
|
description: Actively being worked on
|
|
|
|
- name: "roadmap: next"
|
|
color: "fbca04"
|
|
description: Planned for near term
|
|
|
|
- name: "roadmap: later"
|
|
color: "c5def5"
|
|
description: On the radar, not yet scheduled
|
|
|
|
- name: community-request
|
|
color: "d876e3"
|
|
description: Requested by the community
|
|
|
|
# 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
|