From 384383140cb8f3d9e973bf91e36a5669bce388a4 Mon Sep 17 00:00:00 2001 From: Ava Chaney Date: Mon, 29 May 2023 21:04:31 -0700 Subject: [PATCH] Add CODEOWNERS file (#1230) This should simply ensuring that the Dalamud maintainers are notified of pull requests. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..ea155a3f0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @goatcorp/dalamud-maintainers