From 7eee08b18c1aa0912155d98084157fab777ed7fe Mon Sep 17 00:00:00 2001
From: Benjamin Bertrand <benjamin.bertrand@esss.se>
Date: Thu, 13 Sep 2018 09:10:34 +0200
Subject: [PATCH] Add NON-APPROVED directory

---
 NON-APPROVED/.dummy |  0
 README.md           | 20 ++++++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)
 create mode 100644 NON-APPROVED/.dummy

diff --git a/NON-APPROVED/.dummy b/NON-APPROVED/.dummy
new file mode 100644
index 00000000..e69de29b
diff --git a/README.md b/README.md
index 95ae1c3d..957bfbba 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,20 @@ ess-opis/
 │   ├── neutron-instruments
 │   ├── personnel-safety-systems
 │   └── target-station
-└── ENGINEERING
-    ├── accelerator
-    ├── central-services
-    ├── COMMON
-    ├── machine-protection-system
-    ├── neutron-instruments
-    ├── personnel-safety-systems
-    └── target-station
+├── ENGINEERING
+│   ├── accelerator
+│   ├── central-services
+│   ├── COMMON
+│   ├── machine-protection-system
+│   ├── neutron-instruments
+│   ├── personnel-safety-systems
+│   └── target-station
+└── NON-APPROVED
 ```
 
+The NON-APPROVED directory is used for OPI files that don't meet the standard yet, but
+that need to be deployed for testing purpose.
+
 Each COMMON folder should be used to contain OPIs common to that level.
 The folder has the following structure:
 
-- 
GitLab