Thank you for your interest in our software ❤️ 🎉
We are committed to providing a friendly, safe and welcoming environment for all. If you wish to contribute, you are expected to adhere to a code of conduct
This project is still at an early stage and open to suggestions of any kind. Chat with us by opening and issue or fork the repository and open a pull request
- Please adhere to PEP8
- The docstrings should follow the Google style guide
- Your pull request should pass the unit tests. New code/functionality should come with a test.
- Ideally a pull request should solve one problem or add one functionality.
The following steps assume you have python >= 3.5 and pipenv
installed.
-
Fork the repository and clone your fork
-
Install the development dependencies
pipenv install --dev
-
Make your changes.
-
You can test the software with
pipenv run capture
and run the tests with
pipenv run test
- Make your pull request 🎉