1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Created CODEOWNERS file

This commit is contained in:
TheBusyBiscuit 2020-07-20 17:34:56 +02:00 committed by GitHub
parent 613bcd86b8
commit 484f3d7c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,6 @@
# The project owner will be eligible for reviews on all files
* @TheBusyBiscuit
# Any Java or Maven files should be reviewed by TheBusyBiscuit and Walshy
*.java @TheBusyBiscuit @WalshyDev
pom.xml @TheBusyBiscuit @WalshyDev