Skip to content

Commit

Permalink
Update contributing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhnild authored Oct 19, 2023
1 parent e8f3959 commit a8d8c9d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/contribute/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,24 @@ Definition of done
* Unit-tests total coverage is above or at least equal with previous commits. Patch coverage is 100% on new lines.
* Settings have default value in ``project/settings/__init__.py``
* Installation instructions and documentation are up-to-date


Pull requests
-------------

Before creating a pull request, ensure you follow thoses rules :

* Follow the guidelines of this page
* Self-review your code
* Add comments in your code, particularly in hard-to-understand areas
* Make corresponding changes to the documentation
* There is tests that prove my fix is effective or that my feature works.
* New and existing unit tests pass locally with my changes
* All new lines of code are tested
* There is an entry in the changelog file (with the corresponding issue referenced)


Release
-------

On master branch :

0 comments on commit a8d8c9d

Please sign in to comment.