Skip to content

Commit ad3f601

Browse files
authored
Merge pull request #374 from negz/reviewers
Replicate OWNERS from c/c
2 parents ecbaacb + f27b2e1 commit ad3f601

File tree

3 files changed

+55
-22
lines changed

3 files changed

+55
-22
lines changed

CODEOWNERS

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file controls automatic PR reviewer assignment. See the following docs:
2+
#
3+
# * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
# * https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team
5+
#
6+
# The goal of this file is for most PRs to automatically and fairly have one
7+
# maintainer and two reviewers set as PR reviewers. All maintainers have
8+
# permission to approve and merge PRs, but reviewers do not. Most PRs should be
9+
# reviewed by members of the reviewers group before being passed to a maintainer
10+
# for final review.
11+
#
12+
# This in part depends on how the groups in this file are configured.
13+
#
14+
# @crossplane/steering-committee - Assigns 3 members. Admin perms to this repo.
15+
# @crossplane/crossplane-maintainers - Assigns 1 member. Maintain perms to this repo.
16+
# @crossplane/crossplane-reviewers - Assigns 2 members. Write perms to this repo.
17+
#
18+
# Where possible, prefer explicitly specifying a maintainer who is a subject
19+
# matter expert for a particular part of the codebase rather than using the
20+
# @crossplane/crossplane-maintainers group.
21+
#
22+
# See also OWNERS.md for governance details
23+
24+
# Fallback owners
25+
* @crossplane/crossplane-maintainers @crossplane/crossplane-reviewers
26+
27+
# Governance owners - steering committee
28+
/README.md @crossplane/steering-committee
29+
/OWNERS.md @crossplane/steering-committee
30+
/LICENSE @crossplane/steering-committee

INSTALL.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

OWNERS.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
# OWNERS
1+
# Crossplane Maintainers
22

3-
This page lists all maintainers for **this** repository. Each repository in the [Crossplane
4-
organization](https://github.com/crossplane/) will list their repository maintainers in their own
5-
`OWNERS.md` file.
3+
This page lists all active maintainers and reviewers for **this** repository.
4+
Each repository in the [Crossplane organization](https://github.com/crossplane/)
5+
will list their repository maintainers and reviewers in their own `OWNERS.md`
6+
file.
7+
8+
Please see [GOVERNANCE.md](https://github.com/crossplane/crossplane/blob/masterGOVERNANCE.md)
9+
for governance guidelines and responsibilities for maintainers, and reviewers.
10+
11+
See [CODEOWNERS](CODEOWNERS) for automatic PR assignment.
612

7-
Please see the Crossplane
8-
[GOVERNANCE.md](https://github.com/crossplane/crossplane/blob/master/GOVERNANCE.md) for governance
9-
guidelines and responsibilities for the steering committee and maintainers.
1013

1114
## Maintainers
1215

1316
* Nic Cope <[email protected]> ([negz](https://github.com/negz))
1417
* Daniel Mangum <[email protected]> ([hasheddan](https://github.com/hasheddan))
15-
* Muvaffak Onuş <[email protected]> ([muvaf](https://github.com/muvaf))
16-
* Hasan Türken <[email protected]> ([turkenh](https://github.com/turkenh))
18+
* Muvaffak Onus <[email protected]> ([muvaf](https://github.com/muvaf))
19+
* Hasan Turken <[email protected]> ([turkenh](https://github.com/turkenh))
20+
21+
## Reviewers
22+
23+
* Bob Haddleton <[email protected]> ([bobh66](https://github.com/bobh66))
24+
* Yury Tsarev <[email protected]> ([ytsarev](https://github.com/ytsarev))
25+
* Ezgi Demirel <[email protected]> ([ezgidemirel](https://github.com/ezgidemirel))
26+
* Max Blatt ([MisterMX](https://github.com/MisterMX))
27+
* Philippe Scorsolini <[email protected]> ([phisco](https://github.com/phisco))
28+
29+
## Emeritus maintainers
30+
31+
* Jared Watts <[email protected]> ([jbw976](https://github.com/jbw976))
32+
* Illya Chekrygin <[email protected]> ([ichekrygin](https://github.com/ichekrygin))

0 commit comments

Comments
 (0)