diff --git a/doc/development/contribution/general.rst b/doc/development/contribution/general.rst index e9cba898be..7b450b6761 100644 --- a/doc/development/contribution/general.rst +++ b/doc/development/contribution/general.rst @@ -18,8 +18,9 @@ If you improved pretix in any way, we'd be very happy if you contribute it back to the main code base! The easiest way to do so is to `create a pull request`_ on our `GitHub repository`_. -Before you do so, please `squash all your changes`_ into one single commit. Please -use the test suite to check whether your changes break any existing features and run +We recommend that you create a feature branch for every issue you work on so the changes can +be reviewed individually. +Please use the test suite to check whether your changes break any existing features and run the code style checks to confirm you are consistent with pretix's coding style. You'll find instructions on this in the :ref:`checksandtests` section of the development setup guide. @@ -34,4 +35,3 @@ Again: If you get stuck, do not hesitate to contact any of us, or Raphael person .. _create a pull request: https://help.github.com/articles/creating-a-pull-request/ .. _GitHub repository: https://github.com/pretix/pretix -.. _squash all your changes: https://davidwalsh.name/squash-commits-git