From 430f4d03b721497fedf308671411b0104cc8ffb6 Mon Sep 17 00:00:00 2001 From: Emotion Date: Mon, 25 Jul 2022 00:56:13 +1200 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fc7c567 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Modifications to the source code should be handled by the code review team +*.ts @EllieBotDevs/code-reviewers + +# Modifications to sensitive files should be reviewed by maintainers +/.github/ @EllieBotDevs/dev-team +CONTRIBUTING.md @EllieBotDevs/dev-team + +# Changes to the Issue templates need to be checked by the triage team +/.github/ISSUE_TEMPLATE/ @EllieBotDevs/bug-testers + +# This file is handled by TheBusyBiscuit (admins have overwrite access anyway) +/.github/CODEOWNERS @EmotionChild