-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from GSA-TTS/131-add-codeowners
Create CODEOWNERS
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |