Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 870 Bytes

CONTROBUTING.md

File metadata and controls

24 lines (21 loc) · 870 Bytes

Contributing

Thank you for wanting to contribute to the gym-vrep, all changes and suggestions are welcome. If you have idea for the new environment just create a PR. If you find a bug in the code, I invite you to report an Issue or PR that fixes it.

This package runs pre-commit in the CI. It is adviced to setup this tool localy and use it automatically before commiting. To install, use pip:

pip install pre-commit

To run it over all files in the project manually:

pre-commit run a

To setup pre-commit for running automatically before commiting, install git-hooks:

pre-commit install

This package is integrated with pre-commit. It is prefered to setup this tool localy

Licensing

Any contribution that you make to this repository will be under the Apache License, as dictated by that license.