diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-27 14:15:05 +0100 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2023-02-10 15:03:42 +0100 |
commit | a4e61452d844e4654fe886607f21653185d1ad2d (patch) | |
tree | 435a0de1c9a23d4cb43b4df3ecefc45e60ce9d36 /doc/future-designs | |
parent | 4d0846a90e38697d32205cbd0f8024621fd0ba6b (diff) | |
download | justbuild-a4e61452d844e4654fe886607f21653185d1ad2d.tar.gz |
Start a directory for design documents
Diffstat (limited to 'doc/future-designs')
-rw-r--r-- | doc/future-designs/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/future-designs/README.md b/doc/future-designs/README.md new file mode 100644 index 00000000..16dc4164 --- /dev/null +++ b/doc/future-designs/README.md @@ -0,0 +1,8 @@ +This directory contains a collection of design documents for planned +additions and changes to the `just` build tool. In this way, the +design of upcoming larger changes can be reviewed in a transparent +way, before the implementation is started. + +The design documents in this directory are not yet implemented, +and there is no promise of when those changes will be implemented, +or if at all. |