ContributingΒΆ

Contributions are welcome!

  1. Fork the repository on GitHub: https://github.com/cameronabrams/sandlerchemeq/fork

  2. Create a feature branch:

    git checkout -b feature/my-feature
    
  3. Commit your changes:

    git commit -am 'Add my feature'
    
  4. Push to the branch:

    git push origin feature/my-feature
    
  5. Open a Pull Request on GitHub.

Please ensure new code includes docstrings and, where appropriate, unit tests under tests/.