aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-02 15:54:32 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-02 15:55:26 +0100
commit78d618c010b0b64f5af1448a397e83f4eb419022 (patch)
treec045e2da11e08a4ec29b4f4ef998d70edc0c8669 /README.md
parentdocker: bump base image (diff)
downloadcimple-78d618c010b0b64f5af1448a397e83f4eb419022.tar.gz
cimple-78d618c010b0b64f5af1448a397e83f4eb419022.zip
README: update
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9cb052..bc0f119 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@ Set up the git pre-commit hook by running `./scripts/setup-hook`.
This depends on `clang-format` and won't allow you to commit code that doesn't
pass the formatting check.
+Rationale
+---------
+
+The goal it to make a CI system that doesn't suck.
+See [rationale.md] for details.
+
+[rationale.md]: doc/rationale.md
+
License
-------