Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 799 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 799 Bytes

Contributing

This is my personal side project created just for kicks, but purposly developed out in the open. No one would be happier than me if someone actually took some time and improve this project in their own special way. All contributions are welcome, no matter how small or big.


Fork, then clone the repo:

git clone git@github.com:your-username/xkcd-excuse-generator.git

Make a new virtualenv and install project's testing requirements in it:

pip install -r requirements_testing.txt

Make your changes. Add tests for your changes. Make the tests pass:

pytest

Push to your fork and submit a pull request.

I'll try to review your changes as soon as possible and hopefuly merge them.