From 4bef557301c8e73bc62092f3b43f2580a7b19eeb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Apr 2020 14:56:38 +0200 Subject: [PATCH] Add note about envs --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9005ef..e08c908 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,4 +39,7 @@ Then you can edit the files as normal and reload the page. ## Notes -1. For configuration, please note, we now use a `dev` environment config file: `_config_dev.yml` +1. For configuration, please note, we now use a `dev` environment config file: + `_config_dev.yml`. Hence if you edit one `_config*` file and you also want + that change to be reflected in the other environment ("dev", "prod") then + edit the other file as well!