Skip to content

Labels

Labels

  • area/cli

    cmd/zshellcheck + install scripts + man pages
  • area/katas

    pkg/katas — detection logic
  • area/parser

    pkg/lexer + pkg/parser + pkg/ast
  • area/source

    Generic source-tree change (fallback when no specific area fits)
  • area/zsh

    Zsh-language semantics: builtin, glob, option, arithmetic, parameter expansion
  • chore

    Conventional commit: maintenance, no behaviour change
  • ci

    CI/CD and workflow changes
  • deps

    Dependency updates
  • docs

    Documentation changes
  • duplicate

    This issue or pull request already exists
  • false-positive

    Kata fires when it should not
  • feat

    New features
  • fix

    Bug fixes
  • good first issue

    Good for newcomers
  • help wanted

    Community contributions welcome
  • perf

    Conventional commit: performance change
  • refactor

    Code refactoring (no behavior change)
  • regression

    Previously worked, now broken
  • security

    Security concern or advisory
  • severity/error

    Kata: breaks at runtime
  • severity/info

    Kata: edge case, fragile
  • severity/style

    Kata: idiomatic convention
  • severity/warning

    Kata: dangerous behaviour
  • status/needs-review

    Awaiting maintainer review
  • status/needs-triage

    New issue/PR awaiting first triage
  • test

    Adding or correcting tests