Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OWNERS.md and CODEOWNERS #72

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions OWNERS.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> ([ulucinar](https://github.com/ulucinar))
* Sergen Yalcin <[email protected]> ([sergenyalcin](https://github.com/sergenyalcin))

See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment.