forked from scpwiki/wikijump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
42 lines (34 loc) · 1.49 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
35
36
37
38
39
40
41
42
# This is a CODEOWNERS file, describing who is responsible for
# maintenance of, or has experience with various parts of this
# repository.
# The ftml (Foundation Text Markup Language) service provides
# parsing and rendering of wikitext.
.github/workflows/ftml*.yaml @ammongit
ftml @ammongit
web/app/Services/Wikitext @ammongit
# The DEEPWELL replacement API service
.github/workflows/deepwell.yaml @ammongit
deepwell @ammongit
web/app/Services/Deepwell @ammongit
# Frontend monorepo
.github/workflows/client.yaml @Monkatraz @rossjrw
web/modules @Monkatraz @rossjrw
web/resources @Monkatraz @rossjrw
# Frontend files related to browser scripting or styling.
# (Wikidot legacy)
.github/workflows/test-js.yaml @rossjrw
web/web/files--common/dialogs @rossjrw
web/web/files--common/javascript @rossjrw
web/web/files--common/modules @rossjrw
# Localization
.github/workflows/locales.yaml @ammongit
# Terraform and docker-compose deployment
.github/workflows/docker-*.yaml @danieltharp
/install/ @danieltharp
# PHP and related
*.php @ammongit @danieltharp
/web/composer.json @ammongit @danieltharp
/web/phpunit.xml @ammongit @danieltharp
/web/.env.example @ammongit @danieltharp
# Smarty
*.tpl @ammongit @danieltharp