Commit d5d6fc3d authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Merge pull request #7257 from cirosantilli/patch-4

Clariy squash comes after review.
parents c3007888 c899c294
...@@ -98,7 +98,7 @@ For examples of feedback on merge requests please look at already [closed merge ...@@ -98,7 +98,7 @@ For examples of feedback on merge requests please look at already [closed merge
1. Contains functionality we think other users will benefit from too 1. Contains functionality we think other users will benefit from too
1. Doesn't add configuration options since they complicate future changes 1. Doesn't add configuration options since they complicate future changes
1. Initially contains a single commit (please use `git rebase -i` to squash commits) 1. Initially contains a single commit (please use `git rebase -i` to squash commits)
1. Changes after submitting the merge request should be in separate commits (no squashing) 1. Changes after submitting the merge request should be in separate commits (no squashing). You will be asked to squash when the review is over, before merging.
1. It conforms to the following style guides 1. It conforms to the following style guides
## Style guides ## Style guides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment