docs: add ARCHITECTURE.md with code map

Initial and coarse version of a code map, useful for people getting
started and looking at the repository for the first time.
This commit is contained in:
Luca Boccassi
2021-06-03 15:37:17 +01:00
committed by Lennart Poettering
parent d0fd114929
commit 2ecce1f1a8
3 changed files with 123 additions and 25 deletions

View File

@@ -26,6 +26,8 @@ Information about build requirements is provided in the [README file](README).
Consult our [NEWS file](NEWS) for information about what's new in the most recent systemd versions.
Please see the [Code Map](docs/ARCHITECTURE.md) for information about this repository's layout and content.
Please see the [Hacking guide](docs/HACKING.md) for information on how to hack on systemd and test your modifications.
Please see our [Contribution Guidelines](docs/CONTRIBUTING.md) for more information about filing GitHub Issues and posting GitHub Pull Requests.