Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 351 Bytes

File metadata and controls

12 lines (9 loc) · 351 Bytes

Contributing

Thanks for contributing! Please follow:

  1. Fork repository.
  2. Create a branch: git checkout -b feature/your-feature
  3. Implement changes, add tests if possible.
  4. Run tests: pytest
  5. Commit and push: git push origin feature/your-feature
  6. Open a Pull Request describing your changes.

Keep commits small & document changes.