1 2 3 4 5 6 7 8 9 10 11 12
|
## How to Contribute
We welcome contributions from the wider community. Thanks in advance for your help. We have a few guidelines
### Guidelines
- Use the branch `dev-contrib` to make your change.
- Add test(s) to the unit tests, if applicable.
- Before you check a change in, make sure it passes all the static tests (pylint and flake8) and the unit tests in both Python 2 and 3.
- We reserve the right to alter your code before integrating your change.
- Changes will integrated into a release on a schedule of our discretion, at which point pip release will be updated to include.
- Your contribution will be mentioned in CHANGELOG, unless you specify otherwise
- Iotic Labs has copyright over contributions (under Apache v2)
|