]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix formatting a bit
authorDmitry V. Levin <ldv@strace.io>
Sun, 15 Jan 2023 08:00:00 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@strace.io>
Mon, 23 Jan 2023 22:52:34 +0000 (22:52 +0000)
docs/CODE_QUALITY.md
docs/CONTRIBUTING.md

index 86577a48b572c6e74a119ddbd45a582e69c44011..0f983bd2997a7375c06a1be923fe0d6ec43bfe12 100644 (file)
@@ -23,7 +23,7 @@ available functionality:
 
 2. Use `./test/run-integration-tests.sh` to run the full integration test
    suite. This will build OS images with a number of integration tests and run
-   them in nspawn and qemu. Requires root.
+   them using `systemd-nspawn` and `qemu`. Requires root.
 
 3. Use `./coccinelle/run-coccinelle.sh` to run all
    [Coccinelle](http://coccinelle.lip6.fr/) semantic patch scripts we ship. The
index d980f7764e78720bb0b0a1440ebe2790db97e9fd..099a482ec8376470289af05dfa7f14d89215219a 100644 (file)
@@ -41,9 +41,9 @@ See [reporting of security vulnerabilities](SECURITY.md).
 * After you have pushed a new version, add a comment explaining the latest changes. If you are a member of the systemd project on GitHub, remove the `reviewed/needs-rework`/`ci-fails/needs-rework`/`needs-rebase` labels.
 * If you are copying existing code from another source (eg: a compat header), please make sure the license is compatible with `LGPL-2.1-or-later`. If the license is not `LGPL-2.1-or-later`, please add a note to [`LICENSES/README.md`](https://github.com/systemd/systemd/blob/main/LICENSES/README.md).
 * If the pull request stalls without review, post a ping in a comment after some time has passed. We are always short on reviewer time, and pull requests which haven't seen any recent activity can be easily forgotten.
-* Github will automatically add the please-review label when a pull request is opened or updated. If you need
+* Github will automatically add the `please-review` label when a pull request is opened or updated. If you need
 more information after a review, you can comment `/please-review` on the pull request to have Github add the
-please-review to the pull request.
+`please-review` label to the pull request.
 
 ## Reviewing Pull Requests