Thanks for your interest in contributing! A quick guide to help you get started.
- Fork the repository and create a feature branch from
main. - Follow the existing code style (run
gleam format --checklocally). - Add unit tests when you add new behavior (
gleam test). - Open a Pull Request describing the change and link any relevant issues.
PR checklist
- Code follows style (
gleam format --check) - Tests added/updated and passing (
gleam test) - Documentation updated if needed (README, docs/)
Maintainers will review PRs and request changes when necessary.