Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CODEOWNERS #138

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This CODEOWNERS file is used to direct Pull Request (PR) review
# requests to folks most likely able to provide good reviews of the
# updates for a given PR.
#
# The order of the file is significant -- the last matching
# pattern takes precedence. Therefore, we go from widest
# to most specific.

* @GSA-TTS/tts-website

*.js @GSA-TTS/tts-website-developers
*.ts @GSA-TTS/tts-website-developers
*.scss @GSA-TTS/tts-website-developers
*.css @GSA-TTS/tts-website-developers
*.html @GSA-TTS/tts-website-developers
*.htm @GSA-TTS/tts-website-developers
*.json @GSA-TTS/tts-website-developers
*.yaml @GSA-TTS/tts-website-developers
*.yml @GSA-TTS/tts-website-developers
*.njk @GSA-TTS/tts-website-developers

*.md @GSA-TTS/tts-website-content
*.png @GSA-TTS/tts-website-content
*.jpg @GSA-TTS/tts-website-content

.github @GSA-TTS/tts-website-admins
Loading