Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 617 Bytes

File metadata and controls

30 lines (20 loc) · 617 Bytes

Contributing

Thank you for contributing to this repository.

Development setup

  1. Clone your fork and create a working branch.
  2. From the repository root, run:
make config

This installs dependencies declared in .tool-versions and configures Git hooks using scripts/config/pre-commit.yaml.

Quality checks

Run the standard checks before opening a pull request:

make lint
make test
make githooks-run

Submitting changes

  • Keep changes small and focused.
  • Write clear commit messages.
  • Open a pull request with a concise summary of the change and validation performed.