-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
29 lines (25 loc) · 1.71 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
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.husky/ @thedoublejay
/.github/ @thedoublejay
public @thedoublejay
apps/web @thedoublejay @kyleleow @fullstackninja864 @lykalabrada @greggtan @pierregee
apps/server @thedoublejay @weiyuan95 @fullstackninja864 @lykalabrada @greggtan @pierregee
packages @thedoublejay @weiyuan95 @lykalabrada @pierregee @Abhishekkochar
.codeclimate.yml @thedoublejay
.editorconfig @thedoublejay
.eslintignore @thedoublejay
.eslintrc @thedoublejay
.gitignore @thedoublejay
.imgbotconfig @thedoublejay
.lintstagedrc.js @thedoublejay
.nvmrc @thedoublejay
codecov.yml @thedoublejay
docker-compose.yml @thedoublejay
LICENSE @thedoublejay
package.json @thedoublejay
package-lock.json @thedoublejay
postcss.config.js @thedoublejay
README.md @thedoublejay
tailwind.config.js @thedoublejay
tsconfig.json @thedoublejay