Update README.md

This commit is contained in:
Juan Ignacio Fiorentino 2018-03-28 14:28:54 -03:00 committed by GitHub
parent b2128751db
commit b405bf7119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,9 @@ Support for Python 3 and 2. Also latest versions of django.
[Join us!](https://github.com/juanifioren/django-oidc-provider/graphs/contributors) we love contributions, so please feel free to fix bugs, improve things, provide documentation. You SHOULD follow this steps:
* Fork the project.
* Fork the project and create new branch from `develop`.
* Make your feature addition or bug fix.
* Add tests for it inside `oidc_provider/tests`. Then run all and ensure everything is OK (read docs for how to test in all envs).
* Send pull request to the `develop` branch.
* Create an issue and explain your changes.
* Create pull request for the issue to the `develop` branch.
* Wait for the collaborators to review it.