Update README.

This commit is contained in:
Juan Ignacio Fiorentino 2015-07-31 13:06:00 -03:00
parent c276e23d28
commit 8fd4ba6e83

View file

@ -39,4 +39,9 @@ https://github.com/juanifioren/django-oidc-provider/blob/master/CHANGELOG.md
Contributing
************
We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just submit a Pull Request.
We love contributions, so please feel free to fix bugs, improve things, provide documentation. You SHOULD follow this steps:
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it inside :code:`oidc_provider/tests`. Then run all (read docs for how to test in all envs) and ensure everything is OK.
* Send pull request to the specific version branch, for example :code:`v0.1.x`.