From 61ae1c881c3cc05ec5094451982df64e68f7e7f8 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Wed, 12 Feb 2025 20:38:31 +0530 Subject: [PATCH] chore: add CODEOWNERS file Signed-off-by: Niladri Halder --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..78531ddd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# Default code owners +* @openebs/localpv-lvm-approvers @openebs/org-maintainers + +# CODEOWNERS file owners +/.github/CODEOWNERS @openebs/org-maintainers + +# Policy docs owners +/CODE_OF_CONDUCT.md @openebs/org-maintainers +/CONTRIBUTING.md @openebs/org-maintainers +/GOVERNANCE.md @openebs/org-maintainers +/LICENSE @openebs/org-maintainers +/MAINTAINERS.md @openebs/org-maintainers +/SECURITY.md @openebs/org-maintainers +/SECURITY_CONTACTS.md @openebs/org-maintainers