diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-28 16:13:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-28 16:13:49 +0100 |
commit | cac2e4e695b185fd3ad0c32bc5634aa924d06c2e (patch) | |
tree | ac4ab10967069a52fb3b6461c4d604ae697f497b /doc/rationale.md | |
parent | implement a command to list runs (diff) | |
download | cimple-cac2e4e695b185fd3ad0c32bc5634aa924d06c2e.tar.gz cimple-cac2e4e695b185fd3ad0c32bc5634aa924d06c2e.zip |
rationale.md: add a foreword
Diffstat (limited to '')
-rw-r--r-- | doc/rationale.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/rationale.md b/doc/rationale.md index 537afb2..54ddcac 100644 --- a/doc/rationale.md +++ b/doc/rationale.md @@ -1,6 +1,11 @@ Rationale ========= +*A word of warning*: this was written in August 2022, when I was especially +mean-spirited and upset with the existing solutions. +The opinions here might come as unnecessarily harsh, and might be sometimes +factually wrong. + I started this project because the existing solutions sucked. I wanted a CI system that adheres to the following criteria. |