-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
20 lines (14 loc) · 1.08 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/ @pierregee @nattadex @chloezxyy
/.husky/ @pierregee @nattadex @chloezxyy
/src/ @pierregee @nattadex @chloezxyy
/src/styles/ @pierregee @nattadex @chloezxyy
/public/ @pierregee @nattadex @chloezxyy
next.config.js @pierregee @nattadex @chloezxyy
package.json @pierregee @nattadex @chloezxyy
package-lock.json @pierregee @nattadex @chloezxyy
tsconfig.json @pierregee @nattadex @chloezxyy
CONTRIBUTING.md @pierregee @nattadex @chloezxyy
README.md @pierregee @nattadex @chloezxyy
LICENSE @pierregee @nattadex @chloezxyy