Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-18 04:38:00 +0300
committerEvan Read <eread@gitlab.com>2022-05-23 10:29:01 +0300
commitb845d0bf5099661d1941ee74a488fcb41c0a3d7c (patch)
tree2e12f65d4b7f3680077b4e7a1f5539ce44add753 /CODEOWNERS
parentdf6a66ba5d37da91c3450d1146cdebd3b5750f2d (diff)
Refine CODEOWNERS file for project
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS36
1 files changed, 25 insertions, 11 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 608f7ed3..93663294 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,15 +1,29 @@
-## See https://about.gitlab.com/handbook/engineering/projects/#gitlab-docs
+# For more information on CODEOWNERS files, see: https://docs.gitlab.com/ee/user/project/code_owners.html
-* @aqualls @axil @dianalogan @eread @fneill @jeanduplessis @kpaizee @marcel.amirault @msedlakjakubowski @rdickenson @sselhorn @susantacker @sarahgerman
+# Applies if not overriden by later rule
+[Default]
+* @gl-docsteam
-content/assets @axil @derek-knox @ealcantara @jerasmus @oregand @dmishunov @iamphill @nicolasdular @sarahgerman
+[Frontend]
+/content/ @leipert @oregand @gl-docsteam
+/layouts/ @leipert @oregand @gl-docsteam
+/lib/ @leipert @oregand @gl-docsteam
+/spec/frontend @leipert @oregand @gl-docsteam
+.eslintignore @leipert @oregand @gl-docsteam
+.eslintrc @leipert @oregand @gl-docsteam
+.stylelintrc @leipert @oregand @gl-docsteam
+babel.config.js @leipert @oregand @gl-docsteam
+jest.config.js @leipert @oregand @gl-docsteam
+rollup.config.js @leipert @oregand @gl-docsteam
-/bin/* @caalberts @godfat-gitlab @markglenfletcher @rymai @cwoolley-gitlab @vyaklushin @sarahgerman
-Gemfile* @axil @eread @marcel.amirault @sarahgerman
-/**/*.Dockerfile @axil @eread @marcel.amirault @sarahgerman
+[Backend]
+/bin/ @leipert @oregand @gl-docsteam
+/commands/ @leipert @oregand @gl-docsteam
+/spec/gitlab/ @leipert @oregand @gl-docsteam
+/spec/spec_helper.rb @leipert @oregand @gl-docsteam
+.rspec @leipert @oregand @gl-docsteam
+.rubocop @leipert @oregand @gl-docsteam
+Rakefile @leipert @oregand @gl-docsteam
-spec @cwoolley-gitlab @vyaklushin @doregan @mikegreiling @sarahgerman
-
-package.json @oregand @ealcantara @jerasmus @sarahgerman
-yarn.lock @oregand @ealcantara @jerasmus @sarahgerman
-jest.config.js @oregand @ealcantara @jerasmus @sarahgerman
+[Technical Writing]
+/content/_data/ @gl-docsteam