Skip to content

Commit

Permalink
developerguide: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Dec 1, 2022
1 parent 9d4347a commit d321e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manuals/source/DeveloperGuide/gitworkflow.rst
Expand Up @@ -117,7 +117,7 @@ Refactoring is always welcome but can sometimes require extra care and attention

If you mix refactoring and actual functional changes (goal of your PR), it may become a change soup and make it difficult for the reviewer and lengthen the review process even more.

Make sure you differentiate refactoring changes and functional changes (goals of the PR), refactoring commits should be prepended with either ``Refactoring:`` or ``Refactor:`` to make it even easier for reviewers to spot.
Make sure you differentiate refactoring changes and functional changes (goals of the PR), refactoring commits should be prepended with either ``refactoring:`` or ``refactor:`` to make it even easier for reviewers to spot.

Refactoring commits should be lined up together either at the start of the branch or at the end.

Expand Down

0 comments on commit d321e93

Please sign in to comment.