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.
- 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.