From bc43c4bd16c1213254bcc60046f1ba94a03e1d68 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 21 Feb 2020 10:03:08 +0100 Subject: [PATCH] MAINTAINERS: add Akihiro Suda to maintainers I'm nominating Akihiro to be added as a maintainer for runc. Akihiro has been a frequent contributor to this project, bringing expertise in important areas, such as cgroups v2 and rootless containers. Akihiro has experience with collaborating on, and maintaining various mainstream open source projects in the container ecosystem, and as such would be a great addition to the list of maintainers to help this project moving forward. With this pull request, I invite the maintainers to vote on this PR, as described in the maintainers guide; https://github.com/opencontainers/runc/blob/602c85fdc6c73d614213fc1759f8e710e54047ca/MAINTAINERS_GUIDE.md#how-are-maintainers-added > The final vote to add a new maintainer should be approved by over 66% of the > current maintainers with the chief maintainer having veto power. In case of a > veto, conflict resolution rules expressed above apply. The voting period is > five business days on the Pull Request to add the new maintainer. Signed-off-by: Sebastiaan van Stijn --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9fe08d31..f8b008da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3,3 +3,4 @@ Mrunal Patel (@mrunalp) Daniel, Dao Quang Minh (@dqminh) Qiang Huang (@hqhq) Aleksa Sarai (@cyphar) +Akihiro Suda (@AkihiroSuda)