diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-02 15:54:32 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-02 15:55:26 +0100 |
commit | 78d618c010b0b64f5af1448a397e83f4eb419022 (patch) | |
tree | c045e2da11e08a4ec29b4f4ef998d70edc0c8669 | |
parent | docker: bump base image (diff) | |
download | cimple-78d618c010b0b64f5af1448a397e83f4eb419022.tar.gz cimple-78d618c010b0b64f5af1448a397e83f4eb419022.zip |
README: update
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ------- |