Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 582 Bytes

contributing.md

File metadata and controls

25 lines (18 loc) · 582 Bytes

Contributing

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

To create a pull request:

  1. Fork the repository.
  2. Clone it.
  3. Install pre-commit hook, initialize it and install requirements:
pip install pre-commit
pip install -r requirements.txt
pre-commit install
  1. Make changes to the code.
  2. Run tests:
pytest
  1. Push code to your forked repo and create a pull request