We welcome bug reports and pull requests from everyone! This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it ( https://github.com/hinnefe2/gitrisky/fork ).
- Install it, with the development dependencies. See
README.md
. - Make sure you are able to run the test suite locally (
py.test gitrisky
). - Create a feature branch (
git checkout -b my-new-feature
). - Make your change. Don't forget tests.
- Make sure the test suite and style checks pass
(
py.test gitrisky && flake8
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new pull request.
- If the build fails, address any issues.
- Contributions must conform to the guidelines encoded by
flake8
, based on PEP-8.
Thank you for taking the time to contribute!