File: CONTRIBUTING.md

package info (click to toggle)
pybj 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: ansic: 2,214; python: 1,613; sh: 12; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (2)
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)