From 800200d452251cccef9dd8151ee9dd07b5e75d12 Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:30:31 -0400 Subject: [PATCH] Add Codeowners (#5749) --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..90413b4de --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# List of approvers/reviewers for OpenZeppelin Contracts +# +# Get in touch with us via the OpenZeppelin Forum +# https://forum.openzeppelin.com/ +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners + +# These owners will be the default owners for everything in the repo. +* @OpenZeppelin/contracts \ No newline at end of file