Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 941 Bytes

File metadata and controls

21 lines (14 loc) · 941 Bytes

Contributing

Thanks for your interest in improving this project.

How to contribute

  1. Open an issue first for substantial changes (new features, API shifts, large refactors) so direction can be agreed early.
  2. Fork the repository and create a branch from the default branch.
  3. Make focused changes — one logical change per pull request when practical.
  4. Describe your PR using the pull request template: what changed, why, and how you verified it.
  5. Respond to review feedback promptly so the change can land cleanly.

Expectations

  • Keep commits readable; prefer clear messages over noisy history.
  • Match existing style in the codebase (formatting, naming, structure).
  • Do not commit secrets, credentials, or large generated artifacts unless the project explicitly expects them.

Questions

If something is unclear, open an issue or discussion (if enabled) and ask before investing a lot of time.