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

CODEOWNERS - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41fe877347b52cbaa4a8b988e00a0be6576abaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# For more information on CODEOWNERS files, see: https://docs.gitlab.com/ee/user/project/code_owners.html

# Applies if not overriden by later rule
[Default]
*                    @gl-docsteam

[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

[Backend]
/bin/                @ashmckenzie @leipert @oregand @gl-docsteam
/commands/           @ashmckenzie @leipert @oregand @gl-docsteam
/spec/gitlab/        @ashmckenzie @leipert @oregand @gl-docsteam
/spec/spec_helper.rb @ashmckenzie @leipert @oregand @gl-docsteam
.rspec               @ashmckenzie @leipert @oregand @gl-docsteam
.rubocop             @ashmckenzie @leipert @oregand @gl-docsteam
Rakefile             @ashmckenzie @leipert @oregand @gl-docsteam

# Exported configuration for third-party services.
# Currently this only includes Google Search.
[configuration]
/config/             @sarahgerman @axil @gitlab-org/tw-leadership

[Technical Writing]
/content/_data/       @gl-docsteam