Add CODEOWNERS file (#408)

This commit is contained in:
Andre_601 2020-07-31 18:40:18 +02:00 committed by GitHub
parent 0e733b6933
commit aed0d288f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,9 @@
#
# Assigns extendedclip and PiggyPiglet for any PR unless a check below matches.
#
* @extendedclip @PiggyPiglet
#
# Assigns Andre601 to any PR that targets the wiki folder.
#
/wiki/ @Andre601