Summary of project
- Backwards compatibility.
- Multiplatform.
- Python 3 only.
- Be gentle.
- Click fork buttom on github repository
git clone https://github.com/vmagueta/dundie-rewards
...
cd dundie-rewards
make virtualenv
make install
- This projects follows PEP8.
make test
# or
make watch
- We follow conventional commit messages. ex:
[bugfix] reason #issue
- We required signed commits.
- We required all tests to be passing.