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