From: Lennart Poettering Date: Mon, 25 Jan 2016 22:48:32 +0000 (+0100) Subject: CONTRIBUTING: fix markdown layout X-Git-Tag: v229~83^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6294c80e06faef16a206a01d651cce1202389dee;p=thirdparty%2Fsystemd.git CONTRIBUTING: fix markdown layout --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba4080cb6e4..c96958020f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,6 @@ 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 a 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