HACKING: link up CODE_QUALITY.md

This commit is contained in:
Lennart Poettering 2018-06-07 16:26:00 +02:00
parent 7c2c028c85
commit ecb462dbf5
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ test executable. For features at a higher level, tests in src/test/ are very
strongly recommended. If that is no possible, integration tests in test/ are
encouraged.
Please also have a look at our list of code quality tools we have setup for systemd,
to ensure our codebase stays in good shape:
https://github.com/systemd/systemd/blob/master/doc/CODE_QUALITY.md
Please always test your work before submitting a PR. For many of the components
of systemd testing is straight-forward as you can simply compile systemd and
run the relevant tool from the build directory.