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

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