Commit 82296cd2 authored by Vincent Pelletier's avatar Vincent Pelletier

CONTRIBUTING: New file

Contains a few handy commands to run before sending patches.
parent f7fbeaf9
- Run pylint after changing python code:
pylint caucase
- Run shellcheck after changing shell code:
shellcheck caucase.sh
- Produce coverage report from tests after changing python code:
coverage run -m caucase.test && coverage combine && coverage html
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment