From 40838253e4b001a7986a54b3b0c4ee555e36e65e Mon Sep 17 00:00:00 2001 From: Kimonas Sotirchos Date: Wed, 5 Aug 2020 16:36:29 +0300 Subject: [PATCH] Create a new directory in components for web apps (kubeflow/kubeflow#5184) * Create a new directory in components for web apps Since we want to also have some common code between our web apps we should create a parent dir for any future web app we want to develop. The code for the web apps, common or not, should be organized under this directory. Signed-off-by: Kimonas Sotirchos * remove the reviewers Signed-off-by: Kimonas Sotirchos --- components/crud-web-apps/OWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/crud-web-apps/OWNERS diff --git a/components/crud-web-apps/OWNERS b/components/crud-web-apps/OWNERS new file mode 100644 index 00000000..762f0d6a --- /dev/null +++ b/components/crud-web-apps/OWNERS @@ -0,0 +1,5 @@ +approvers: + - elikatsis + - kimwnasptd + - StefanoFioravanzo +reviewers: