From 44422e8d066dedee35bc26f480457606587f286e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Thu, 2 Mar 2023 16:39:50 +0300 Subject: [PATCH] Add OWNERS.md and CODEOWNERS --- CODEOWNERS | 18 ++++++++++++++++++ OWNERS.md | 13 +++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 CODEOWNERS create mode 100644 OWNERS.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..c1485662d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,18 @@ +# 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 the +# @upbound/team-extensions group. +# +# See also OWNERS.md for governance details + +# Fallback owners +* @ulucinar +* @sergenyalcin diff --git a/OWNERS.md b/OWNERS.md new file mode 100644 index 000000000..599b40e4e --- /dev/null +++ b/OWNERS.md @@ -0,0 +1,13 @@ +# OWNERS + +This page lists all maintainers for **this** repository. Each repository in the [Upbound +organization](https://github.com/upbound/) will list their repository maintainers in their own +`OWNERS.md` file. + + +## Maintainers + +* Alper Ulucinar ([ulucinar](https://github.com/ulucinar)) +* Sergen Yalcin ([sergenyalcin](https://github.com/sergenyalcin)) + +See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment.