GitHub Labels

May 18, 2026 ยท View on GitHub

Reference matrix for labels used on issues and PRs in this repo. Apply with github-label-sync or manually under Settings โ†’ Labels.

Type labels

NameColorDescription
feature#0E8A16New feature implementation
fix#D73A4ABug fix
hotfix#FF3333Critical production bug fix
docs#1D76DBDocumentation only
test#87CEEBTest additions / fixes
refactor#FBCA04Code restructuring, no behaviour change
chore#808080Repo maintenance
perf#FFA500Performance improvement
ci#26A69ACI / GitHub Actions
build#BFD4F2Build system, Cargo manifest

Domain labels (gwm-specific)

NameColorDescription
cli#5319E7clap subcommands surface
tui#7057FFratatui views, events, rendering
config#0075CA.gwm.toml parsing / schema
worktree#006B75libgit2 worktree ops
bootstrap#C5DEF5file copies, guards, shell hooks
security#B60205Security issues / sensitive data leaks
dependencies#8B008BDependency updates (dependabot lives here)

Status labels

NameColorDescription
duplicate#CCCCCCDuplicate of another issue or PR
invalid#444444Cannot reproduce or out of scope
wontfix#FFFFFFValid but won't be addressed
breaking#FF0000Non-backward-compatible change
good-first-issue#7057FFSuitable for newcomers

Priorities

Set via GitHub Projects priority field, not labels.

ValueMeaning
CriticalBlocking issue, must fix immediately
HighImportant, fix within current cycle
MediumStandard priority
LowDefer to a future cycle
TrivialCosmetic

Issue types

Used in .github/ISSUE_TEMPLATE/* to pre-fill the type:

  • ๐Ÿ› Bug Report โ†’ fix
  • โœจ Feature Request โ†’ feature
  • ๐Ÿ“‹ Task โ†’ chore