From 39d4bd23ab94210f384025cb79f7df835a284dbe Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 28 Jan 2022 11:05:40 +0100 Subject: [PATCH] update contrib --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32ce1dc..4d61879 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,6 +140,7 @@ see [this](docs/config.md#variables). * Config files do not have access to variables defined above in the import tree * Actions/transformations using variables are resolved at runtime (when the action/transformation is executed) and not when loading the config +* The same config file cannot be imported twice This will result in `dvar0 = "test"` and `var0 = "echo test"` (**not** `var0 = test`): ```yaml