-
Notifications
You must be signed in to change notification settings - Fork 16
/
CODEOWNERS
Validating CODEOWNERS rules...
20 lines (14 loc) · 1.21 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.github/ @fuxingloh @joeldavidw @thedoublejay
/.husky/ @fuxingloh @joeldavidw @thedoublejay
/src/ @thedoublejay @kyleleow @pierregee @G9000
/src/styles/ @thedoublejay @kyleleow @pierregee @G9000
/public/ @thedoublejay @kyleleow @pierregee @G9000
next.config.js @joeldavidw @thedoublejay @kyleleow @pierregee
package.json @joeldavidw @thedoublejay @kyleleow @pierregee
package-lock.json @joeldavidw @thedoublejay @kyleleow @pierregee
tsconfig.json @joeldavidw @thedoublejay @kyleleow @pierregee
CONTRIBUTING.md @fuxingloh @joeldavidw @thedoublejay @kyleleow @pierregee
README.md @fuxingloh @joeldavidw @thedoublejay @kyleleow @pierregee
LICENSE @fuxingloh