If you want to submit a bug or have a feature request create an issue at https://github.com/Erlemar/pytorch_tempest/issues
Contributing is done using pull requests (direct commits into master branch are disabled).
- Fork the repository.
- Clone it.
- Install pre-commit hook, initialize it and install requirements:
pip install pre-commit
pip install -r requirements.txt
pre-commit install
- Make changes to the code.
- Run tests:
pytest
- Push code to your forked repo and create a pull request