matrix-registration/CONTRIBUTING.md

21 lines
489 B
Markdown

# CONTRIBUTING
## Code of Conduct
## How Can I Contribute?
### Issues
#### Bugs
#### Feature Requests
### Pull Requests
Every PR should not break tests and ideally include tests for added functionality.
To install development dependencies execute:
```bash
python setup.py develop
```
You can run tests by executing the following command in the project root
```bash
python setup.py test
```
Also it is recommend to follow the [PEP8](https://www.python.org/dev/peps/pep-0008/) styleguide