2022-03-23 14:57:18 +00:00
|
|
|
# CODEOWNERS file
|
|
|
|
#
|
|
|
|
# This file is used to describe who owns what in this repository.
|
|
|
|
#
|
|
|
|
# For documentation on this file, see https://help.github.com/articles/about-codeowners/
|
|
|
|
# Mentioned users will get code review requests.
|
|
|
|
#
|
|
|
|
# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
|
|
|
|
# This also holds true for GitHub teams.
|
|
|
|
|
2022-04-11 21:41:40 +00:00
|
|
|
# Rescript
|
2022-03-23 14:57:18 +00:00
|
|
|
*.res @Hazelfire @OAGr @quinn-dougherty
|
2022-04-11 21:41:40 +00:00
|
|
|
*.resi @Hazelfire @OAGr @quinn-dougherty
|
2022-03-23 14:57:18 +00:00
|
|
|
|
2022-04-11 21:41:40 +00:00
|
|
|
# Typescript
|
2022-04-08 19:42:51 +00:00
|
|
|
*.tsx @Hazelfire @OAGr
|
2022-04-11 02:07:29 +00:00
|
|
|
*.ts @Hazelfire @OAGr
|
2022-03-23 14:57:18 +00:00
|
|
|
|
2022-04-11 21:41:40 +00:00
|
|
|
# Javascript
|
|
|
|
*.js @Hazelfire
|
|
|
|
|
2022-03-23 14:57:18 +00:00
|
|
|
# Any opsy files
|
2022-04-11 03:19:53 +00:00
|
|
|
.github/* @quinn-dougherty
|
2022-04-08 19:42:51 +00:00
|
|
|
*.json @quinn-dougherty @Hazelfire
|
|
|
|
*.y*ml @quinn-dougherty
|
2022-04-11 01:38:48 +00:00
|
|
|
*.config.js @Hazelfire
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
*.md @quinn-dougherty @OAGr @Hazelfire
|
|
|
|
*.mdx @quinn-dougherty @OAGr @Hazelfire
|