diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-21 04:15:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-20 22:15:54 -0400 |
commit | e4a3e122b2e820ba33cc858d3c8b1389f1c8f745 (patch) | |
tree | a1a1580f442fc9471fbcb7c43f1f85a7d37918a1 /README.md | |
parent | 176e51b7102d7bba875e58b85b59e2ed7e30bc89 (diff) |
documentation: add a short document describing how to test your systemd build tree (#3763)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Information about build requirements are provided in the [README file](../master Consult our [NEWS file](../master/NEWS) for information about what's new in the most recent systemd versions. +Please see the [HACKING file](../master/HACKING) for information how to hack on systemd and test your modifications. + Please see our [Contribution Guidelines](../master/.github/CONTRIBUTING.md) for more information about filing GitHub Issues and posting GitHub Pull Requests. When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/CODING_STYLE). |