Create CODEOWNERS

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

Allows automatically assigning PRs to teams/users when it modifies a 
specific section of the repo that they "own".
This commit is contained in:
syeopite 2021-09-20 02:47:27 +00:00 committed by GitHub
parent 87f46a7532
commit 3ac8f28c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,8 @@
# Default and lowest precedence. If none of the below matches, @iv-org/developers would be requested for review.
* @iv-org/developers
docker-compose.yml @unixfox
docker/ @unixfox
README.md @thefrenchghosty
scripts/ @syeopite