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