Skip to content

Commit

Permalink
Update CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay authored Mar 14, 2024
1 parent e70dd8a commit f23e8e0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,19 +1,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
/.github/ @pierregee
/.husky/ @pierregee

/src @thedoublejay @kyleleow @pierregee
/public @thedoublejay @kyleleow @pierregee
/src @pierregee
/public @pierregee

netlify.toml @thedoublejay @kyleleow @pierregee
tsconfig.json @thedoublejay @kyleleow @pierregee
netlify.toml @pierregee
tsconfig.json @pierregee

package.json @thedoublejay @kyleleow @pierregee
package-lock.json @thedoublejay @kyleleow @pierregee
/docker-compose.yml @thedoublejay @kyleleow @pierregee
package.json @pierregee
package-lock.json @pierregee
/docker-compose.yml @pierregee

CONTRIBUTING.md @thedoublejay @kyleleow @pierregee
README.md @thedoublejay @kyleleow @pierregee
LICENSE @thedoublejay @kyleleow @pierregee
CONTRIBUTING.md @pierregee
README.md @pierregee
LICENSE @pierregee

0 comments on commit f23e8e0

Please sign in to comment.