From 75999c4feb1d0e8942419154301d78c5aabbcb6f Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Fri, 2 Aug 2024 15:25:33 -0400 Subject: [PATCH] Add CODEOWNERS file Does exactly what it says on the tin. Similar to some of our other open source projects: - [CargoSense/eslint-config](https://github.com/CargoSense/eslint-config/blob/main/.github/CODEOWNERS) - [CargoSense/rubocop-cargosense](https://github.com/CargoSense/rubocop-cargosense/blob/main/.github/CODEOWNERS) - [CargoSense/stylelint-config-scss](https://github.com/CargoSense/stylelint-config-scss/blob/main/.github/CODEOWNERS) --- .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 0000000..52a4c26 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @CargoSense/elixir-reviewers