Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 670 Bytes

File metadata and controls

13 lines (9 loc) · 670 Bytes

🛠️ Contributing

Contributions are welcome and appreciated! Whether it's fixing a bug, improving documentation, adding a feature, or enhancing tests

Before opening a pull request, please read the following guidelines to ensure smooth collaboration.

✅ Contribution Guidelines

  • Keep the project backward compatible and follow existing code conventions.
  • Add unit tests for any new features, bug fixes, or important logic changes.
  • Make sure the project still passes all existing tests:
  • Document any relevant changes, especially for new CLI options or API endpoints.
  • Use descriptive commit messages and clean up the history before submitting your PR.