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

[CI skip] Added CONTRIBUTING.md to CODEOWNERS

This commit is contained in:
TheBusyBiscuit 2020-09-28 15:52:32 +02:00 committed by GitHub
parent b36bc379ed
commit 2e2083e847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.github/CODEOWNERS vendored
View File

@ -1,6 +1,7 @@
# Modifications to the source code should be handled by the review team
*.java @Slimefun/code-reviewers
*.java @Slimefun/code-reviewers
# Modifications to sensitive files should be reviewed by maintainers
/.github/ @Slimefun/slimefun4-maintainers
pom.xml @Slimefun/slimefun4-maintainers
/.github/ @Slimefun/slimefun4-maintainers
pom.xml @Slimefun/slimefun4-maintainers
CONTRIBUTING.md @Slimefun/slimefun4-maintainers