summaryrefslogtreecommitdiffstats
path: root/docs/CONTRIBUTING.md
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-23 21:25:31 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-03 21:15:21 +0100
commitdf1f621bda3b082bcdb0454f8b0138e3aaf2764b (patch)
tree954d879a75ff2a2407cf53aa2db99da5acbbb9b5 /docs/CONTRIBUTING.md
parentbasic: adjust wording and wrapping of comments (diff)
downloadsystemd-df1f621bda3b082bcdb0454f8b0138e3aaf2764b.tar.xz
systemd-df1f621bda3b082bcdb0454f8b0138e3aaf2764b.zip
docs: update branch names
Also use --atomic when pushing multiple items with git; adjust some external URLs.
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r--docs/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 67ebcf3b96..ebfc31aa20 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -31,7 +31,7 @@ See [reporting of security vulnerabilities](SECURITY.md).
## Posting Pull Requests
-* Make sure to post PRs only relative to a very recent git master.
+* Make sure to post PRs only relative to a very recent git tip.
* Follow our [Coding Style](CODING_STYLE.md) when contributing code. This is a requirement for all code we merge.
* Please make sure to test your change before submitting the PR. See the [Hacking guide](HACKING.md) for details on how to do this.
* Make sure to run the test suite 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.