8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8e75e commit 45f2d5fCopy full SHA for 45f2d5f
doc/devel/coding_guide.rst
@@ -32,6 +32,12 @@ When making a PR, pay attention to:
32
feedback from the developers. You may mark these as
33
`draft pull requests <https://help.github.com/en/articles/about-pull-requests#draft-pull-requests>`_
34
on GitHub.
35
+* When updating your PR, instead of adding new commits to fix something, please
36
+ consider amending your initial commit(s) to keep the history clean.
37
+ (You can achieve this using::
38
+
39
+ git commit --amend --no-edit
40
+ git push origin [yourbranch] --force
41
42
See also :ref:`contributing` for how to make a PR.
43
0 commit comments