diff --git a/docs/architecture/decisions/0001-organizing-code-under-features.md b/docs/architecture/decisions/0001-organizing-code-under-features.md index e06750b04c..71d1fe0bda 100644 --- a/docs/architecture/decisions/0001-organizing-code-under-features.md +++ b/docs/architecture/decisions/0001-organizing-code-under-features.md @@ -6,6 +6,8 @@ Date: 2022-07-11 2022-07-11 proposed +2022-08-10 accepted + ## Context Previously we have organized code under `main`, `renderer` and `common` top level directories. It means that given a feature which has code that needs to run in both environments, we had to split the feature in three different directories.