-
Notifications
You must be signed in to change notification settings - Fork 47
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (28 loc) · 2.07 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
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.github/ @fuxingloh
/.husky/ @fuxingloh @thedoublejay
/.idea/ @fuxingloh @thedoublejay
/app/ @fuxingloh @thedoublejay @ivan-zynesis
/app/assets @fuxingloh @thedoublejay @ivan-zynesis @izzycsy
/app/translations @fuxingloh @thedoublejay @ivan-zynesis @izzycsy
/cypress @fuxingloh @thedoublejay @ivan-zynesis @izzycsy
/.codeclimate.yml @fuxingloh @thedoublejay
/.versionrc.js @fuxingloh @thedoublejay
/_shim.js @fuxingloh @thedoublejay
/app.json @fuxingloh @thedoublejay
/App.tsx @fuxingloh @thedoublejay
/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 @thedoublejay @izzycsy
CONTRIBUTING.md @fuxingloh @thedoublejay @izzycsy
README.md @fuxingloh @thedoublejay @izzycsy
LICENSE @fuxingloh