From c9dbb69488b80411965e5d17a725650f7a91f851 Mon Sep 17 00:00:00 2001
From: Filippo Cremonese <filippocremonese@rev.ng>
Date: Mon, 12 Oct 2020 18:06:02 +0200
Subject: [PATCH] Add overlay convention recommendation

---
 .orchestra/config/components.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.orchestra/config/components.yml b/.orchestra/config/components.yml
index 291713a..a96346b 100644
--- a/.orchestra/config/components.yml
+++ b/.orchestra/config/components.yml
@@ -3,6 +3,8 @@
 
 #@ load("/global_options.lib.yml", "options")
 
+#! Do not push upstream components defined here.
+#! You should define them in a separate file and use overlay annotations.
 components: {}
 add_to_path:
   - $ORCHESTRA_ROOT/bin
-- 
GitLab