ContributingΒΆ
Contributions are welcome!
Fork the repository on GitHub: https://github.com/cameronabrams/sandlerchemeq/fork
Create a feature branch:
git checkout -b feature/my-feature
Commit your changes:
git commit -am 'Add my feature'
Push to the branch:
git push origin feature/my-feature
Open a Pull Request on GitHub.
Please ensure new code includes docstrings and, where appropriate, unit tests
under tests/.