Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 463 Bytes

File metadata and controls

14 lines (10 loc) · 463 Bytes

Contributing

Contributions are welcome. There aren't really any rules but I prefer clear, minimal, and well-structured commits.

General Preferences

  • Keep pull requests focused on a single change.
  • Do not mix refactors, formatting, and feature work in one PR.
  • Prefer small, reviewable commits.
  • Follow existing project structure and style.
  • Do not introduce unnecessary dependencies.
  • Avoid large rewrites unless discussed first

Thanks in advance!