| orphan: |
|---|
Fork the project on Github.
Get the sources :
git clone https://github.com/yourname/python-openzwaveYou can install all the dependances to develop for python-openzwave using the command :
sudo make developer-depsYou must now install python-openzwave in develop mode. Depending on which python version you prefer, use :
make venv2-devor
make venv2-devKeep in mind that your updates must be python 2 / python 3 compatible.
Develop, test, debug, test, ... :)
Update the documentation if needed. You surely found the documentation useful, so please keep it up to date.
It a good idea to add automatic tests.
Launch the full test suite (for python 2 and python 3) :
make venv-testsAt last but not least, submit your request with the result of tests in the comment.
If you don't follow the previous steps, your PR will be refused or letting in pending state until I've got time to test it.
First, install the dependances :
sudo make doc-depsDocumentation is managed with sphinx.
Don't update txt and rst files (README, INSTALL, ...) in the root directory, update the RST sources in docs.