-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathCODEOWNERS
37 lines (30 loc) · 2.63 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
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.github/ @fuxingloh @thedoublejay
/.husky/ @fuxingloh @thedoublejay
/mobile-app/app/ @fuxingloh @thedoublejay @ivan-zynesis @kyleleow @fullstackninja864 @pierregee
/mobile-app/app/api @fuxingloh @thedoublejay @ivan-zynesis
/shared/assets @fuxingloh @thedoublejay @ivan-zynesis @kyleleow @fullstackninja864 @pierregee
/shared/translations @fuxingloh @thedoublejay @ivan-zynesis @izzycsy @kyleleow @fullstackninja864 @pierregee
/mobile-app/cypress @fuxingloh @thedoublejay @ivan-zynesis @izzycsy @kyleleow @fullstackninja864 @pierregee
/website @fuxingloh @thedoublejay @ivan-zynesis @izzycsy @kyleleow @fullstackninja864 @pierregee
/website/src/pages/api @fuxingloh @thedoublejay @ivan-zynesis @kyleleow @fullstackninja864 @pierregee
/.codeclimate.yml @fuxingloh @thedoublejay
/.versionrc.js @fuxingloh @thedoublejay
/mobile-app/_shim.js @fuxingloh @thedoublejay
/app.json @fuxingloh @thedoublejay
/mobile-app/App.tsx @fuxingloh @thedoublejay
/mobile-app/cypress.json @fuxingloh @thedoublejay
/docker-compose.yml @fuxingloh @thedoublejay
/eas.json @fuxingloh @thedoublejay
netlify.toml @fuxingloh @thedoublejay
babel.config.js @fuxingloh @thedoublejay
jest.config.js @fuxingloh @thedoublejay
metro.config.js @fuxingloh @thedoublejay
package.json @fuxingloh @thedoublejay
package-lock.json @fuxingloh @thedoublejay
tsconfig.json @fuxingloh @thedoublejay
BETA_TESTING.md @fuxingloh @thedoublejay @izzycsy @kyleleow @fullstackninja864 @pierregee
CONTRIBUTING.md @fuxingloh @thedoublejay @izzycsy @kyleleow @fullstackninja864 @pierregee
README.md @fuxingloh @thedoublejay @izzycsy @kyleleow @fullstackninja864 @pierregee
LICENSE @fuxingloh