diff --git a/README.rst b/README.rst index 259f272..0249c5a 100644 --- a/README.rst +++ b/README.rst @@ -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`.