]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CONTRIBUTING: recommend force-push (#3273)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 May 2016 19:44:35 +0000 (15:44 -0400)
committerLennart Poettering <lennart@poettering.net>
Mon, 16 May 2016 19:44:35 +0000 (21:44 +0200)
.github/CONTRIBUTING.md

index 18081cbb4845b2f4583520040d58793bb95ad553..60f0fb9bef2cb85bd7b0f2579e2cef5a71d978b7 100644 (file)
@@ -24,10 +24,7 @@ right-away for being misfiled.
   code. This is a requirement for all code we merge.
 * Make sure to run "make check" locally, before posting your PR. We use a CI system, meaning we don't even look at your
   PR, if the build and tests don't pass.
-* If you need to update the code in an existing PR, please consider opening a new PR (mentioning in it which old PR it
-  replaces) and closing the old PR. This is much preferable over force-pushing a new patch set into the PR's branch, as
-  commit comments aren't lost that way. That said, we don't follow this rule ourselves quite often, hence this is
-  really just a say as we say, not say as we do...
+* If you need to update the code in an existing PR, force-push into the same branch, overriding old commits with new versions.
 
 ## Final Words