Commit Style

Write Conventional-Commits messages for this repo, with the required Co-Authored-By trailer.

stacklok 43670de 669 B Updated

File contents

Commit style

Use the Conventional Commits format:

type(scope): short imperative subject

Optional body, wrapped at 72 columns, explaining WHAT and WHY.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Rules:

  • type is one of: feat, fix, refactor, docs, test, chore, ci.
  • Keep the subject under ~60 characters, imperative mood ("add", not "added").
  • Every commit message MUST end with the Co-Authored-By trailer.
  • Stage explicit paths; never git add -A.

stacklok/mecatl/tree/main/docs/examples/skills/commit-style commit 43670de69f

Frequently asked questions

npx skillmds@latest add stacklok/commit-style