From 455a152b41b1f4aea0069e007e79e0f8afd4f140 Mon Sep 17 00:00:00 2001 From: Roman Iuvshyn Date: Fri, 14 Jul 2017 11:05:11 +0300 Subject: [PATCH] introduce CODEOWNERS (#5631) * introduce CODEOWNERS --- .github/CODEOWNERS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..0245a56620 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,46 @@ +# Global Owners +* @vparfonov + +# dashboard +dashboard/** @ashumilova @benoitf + +# dockerfiles +dockerfiles/** @riuvshin @benoitf + +# ide +ide/che-core-ide-stacks/** @ashumilova + +# agents +agents/** @tolusha +agents/go-agents/** @garagatyi + +# assembly +assembly/** @riuvshin @skabashnyuk + +# core +core/** @skabashnyuk + +# plugins +plugins/plugin*debugger/** @tolusha +plugins/plugin-gdb/** @tolusha +plugins/plugin-docker/** @garagatyi +plugins/plugin-docker/che-plugin-openshift-client/** @l0rd +plugins/plugin-java/** @evidolob +plugins/plugin-languageserver/** @evidolob @dkuleshov +plugins/plugin-maven/** @evidolob +plugins/plugin-orion/** @azatsarynnyy +plugins/plugin-testing*/** @evidolob +plugins/plugin-traefik/** @benoitf + +# wsmaster +wsmaster/** @skabashnyuk +wsmaster/che-core-api-workspace*/** @garagatyi + +# wsagent +wsagent/activity/** @skabashnyuk +wsagent/agent/** @tolusha +wsagent/che-core-api-debug*/** @tolusha +wsagent/che-core-api-languageserver*/** @evidolob @dkuleshov +wsagent/che-core-api-testing*/** @evidolob +wsagent/che-wsagent-core/** @skabashnyuk +wsagent/wsagent-local/** @skabashnyuk