Skip to content

Commit ee005ce

Browse files
committed
Add a link to project governance and MAINTAINERS file
The MAINTAINERS file is based on the current OWNERS file. I added our core maintainers as they are expected to have commit bits on all project repositories. The existing MAINTAINERS file, which appears out of date, was removed in favor of the new one (which has all CNCF mandated information). Signed-off-by: Matt Heon <[email protected]>
1 parent 7509c34 commit ee005ce

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

GOVERNANCE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## The Buildah Project Community Governance
2+
3+
The Buildah project, as part of Podman Container Tools, follows the [Podman Project Governance](https://github.com/containers/podman/blob/main/GOVERNANCE.md).

MAINTAINERS

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

MAINTAINERS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Buildah Maintainers
2+
3+
[GOVERNANCE.md](https://github.com/containers/podman/blob/main/GOVERNANCE.md)
4+
describes the project's governance and the Project Roles used below.
5+
6+
## Maintainers
7+
8+
| Maintainer | GitHub ID | Project Roles | Affiliation |
9+
|-------------------|----------------------------------------------------------|----------------------------------|----------------------------------------------|
10+
| Brent Baude | [baude](https://github.com/baude) | Core Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
11+
| Ashley Cui | [ashley-cui](https://github.com/ashley-cui) | Reviewer | [Red Hat](https://github.com/RedHatOfficial) |
12+
| Nalin Dahyabhai | [nalind](https://github.com/nalind) | Core Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
13+
| Matthew Heon | [mheon](https://github.com/mheon) | Core Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
14+
| Paul Holzinger | [luap99](https://github.com/Luap99) | Core Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
15+
| Lokesh Mandvekar | [lsm5](https://github.com/lsm5) | Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
16+
| Urvashi Mohnani | [umohnani8](https://github.com/umohnani8) | Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
17+
| Aditya Rajan | [flouthoc](https://github.com/flouthoc) | Reviewer | [Red Hat](https://github.com/RedHatOfficial) |
18+
| Jan Rodák | [honny1](https://github.com/Honny1) | Reviewer | [Red Hat](https://github.com/RedHatOfficial) |
19+
| Valentin Rothberg | [vrothberg](https://github.com/vrothberg) | Reviewer | [Red Hat](https://github.com/RedHatOfficial) |
20+
| Giuseppe Scrivano | [giuseppe](https://github.com/giuseppe) | Core Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
21+
| Neil Smith | [Neil-Smith](https://github.com/Neil-Smith) | Community Manager | [Red Hat](https://github.com/RedHatOfficial) |
22+
| Tom Sweeney | [TomSweeneyRedHat](https://github.com/TomSweeneyRedHat/) | Maintainer and Community Manager | [Red Hat](https://github.com/RedHatOfficial) |
23+
| Miloslav Trmač | [mtrmac](https://github.com/mtrmac) | Core Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
24+
| Dan Walsh | [rhatdan](https://github.com/rhatdan) | Maintainer | [Red Hat](https://github.com/RedHatOfficial) |
25+
26+
## Alumni
27+
28+
None at present
29+
30+
## Credits
31+
32+
The structure of this document was based off of the equivalent one in the [CRI-O Project](https://github.com/cri-o/cri-o/blob/main/MAINTAINERS.md).

OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ approvers:
44
- nalind
55
- rhatdan
66
- umohnani8
7+
- baude
8+
- mheon
9+
- Luap99
10+
- giuseppe
11+
- mtrmac
712
reviewers:
813
- ashley-cui
914
- baude
@@ -13,3 +18,5 @@ reviewers:
1318
- Honny1
1419
- mheon
1520
- vrothberg
21+
- Luap99
22+
- mtrmac

0 commit comments

Comments
 (0)