generated from jwflory/sphinx-docs-opinionated-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (29 loc) · 1.56 KB
/
CODEOWNERS
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
# This is a comment.
# Each line is a file pattern followed by one or more owners. Order is
# important; the last matching pattern takes the most precedence.
# These owners will be the default owners for everything in the repo. Unless a
# later match takes precedence, the default owner is requested for review when
# someone opens a pull request.
* @FOSSRIT/foss-magic @FOSSRIT/tech-team
############################# Filetype catch-alls #############################
*.css @FOSSRIT/tech-team
*.html @FOSSRIT/tech-team
*.js @FOSSRIT/tech-team
*.py @FOSSRIT/tech-team
*.sh @FOSSRIT/tech-team
###############################################################################
############################### Infrastructure ################################
/.readthedocs.yml @FOSSRIT/tech-team
/.travis.yml @FOSSRIT/tech-team
/Pipfile @FOSSRIT/tech-team
/Pipfile.lock @FOSSRIT/tech-team
/requirements.txt @FOSSRIT/tech-team
###############################################################################
################################ Documentation ################################
/LICENSE.txt @FOSSRIT/foss-magic
/docs/about/* @FOSSRIT/foss-magic
/docs/community/* @FOSSRIT/foss-magic
/docs/infra/* @FOSSRIT/tech-team
/docs/infra/ansible.md @FOSSRIT/ansible-maintainers
/docs/policy/* @FOSSRIT/foss-magic
###############################################################################