From e2606cff9f4d01fd7a7aa05a67445a9d11334037 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Tue, 1 Apr 2025 06:33:48 -0700 Subject: [PATCH] Add OWNERS and CODEOWNERS Signed-off-by: Nic Cope --- CODEOWNERS | 22 ++++++++++++++++++++++ OWNERS.md | 18 ++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 CODEOWNERS create mode 100644 OWNERS.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..4e28194 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,22 @@ + +# SPDX-FileCopyrightText: 2025 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + +# This file controls automatic PR reviewer assignment. See the following docs: +# +# * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# * https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team +# +# The goal of this file is for most PRs to automatically and fairly have one +# maintainer set as PR reviewers. All maintainers have permission to approve +# and merge PRs. All PRs must be approved by at least one maintainer before being merged. +# +# Where possible, prefer explicitly specifying a maintainer who is a subject +# matter expert for a particular part of the codebase rather than using fallback +# owners. Fallback owners are listed at the bottom of this file. +# +# See also OWNERS.md for governance details + +# Fallback owners +* @negz @bobh66 \ No newline at end of file diff --git a/OWNERS.md b/OWNERS.md new file mode 100644 index 0000000..569e5a5 --- /dev/null +++ b/OWNERS.md @@ -0,0 +1,18 @@ + + +# OWNERS + +This page lists all maintainers for **this** repository. Each repository in the +[Crossplane Contrib organization](https://github.com/crossplane-contrib/) will list their +repository maintainers in their own `OWNERS.md` file. + +## Maintainers +* Nic Cope ([negz](https://github.com/negz)) +* Bob Haddleton ([bobh66](https://github.com/bobh66)) + + +See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment. \ No newline at end of file