Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 618 Bytes

File metadata and controls

15 lines (11 loc) · 618 Bytes

Contributing to Sparkling

Thanks for your interest in contributing! A quick guide to help you get started.

  1. Fork the repository and create a feature branch from main.
  2. Follow the existing code style (run gleam format --check locally).
  3. Add unit tests when you add new behavior (gleam test).
  4. 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.