Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 496 Bytes

File metadata and controls

20 lines (13 loc) · 496 Bytes

Contributing

Thanks for your interest in contributing.

Quick workflow

  1. Open an issue for discussion when behavior changes are non-trivial.
  2. Create a branch and implement minimal changes.
  3. Add or update docs for any behavior change.
  4. Keep changes small and avoid broad refactors.

Coding style

  • Keep types explicit and small.
  • Prefer readability over clever abstractions.
  • Keep docs aligned with implemented behavior.

Commit message

Use short and descriptive messages.