From efec8560c34feb6abf2a11ea5abfc5ea974e9893 Mon Sep 17 00:00:00 2001 From: Cory Snider Date: Thu, 16 Apr 2026 14:30:39 -0400 Subject: [PATCH] Add Sopho Merkviladze as a curator Restore the curators comment block that was removed in 9c4809295a80eeec6e38bcd2fd7bdef8622bebc1. Signed-off-by: Cory Snider --- MAINTAINERS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2a73613002..66144d1a95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23,6 +23,22 @@ "yongtang" ] + [Org.Curators] + + # The curators help ensure that incoming issues and pull requests are properly triaged and + # that our various contribution and reviewing processes are respected. With their knowledge of + # the repository activity, they can also guide contributors to relevant material or + # discussions. + # + # They are neither code nor docs reviewers, so they are never expected to merge. They can + # however: + # - close an issue or pull request when it's an exact duplicate + # - close an issue or pull request when it's inappropriate or off-topic + + people = [ + "smerkviladze" + ] + [people] # A reference list of all people associated with the project. @@ -81,6 +97,11 @@ Email = "misty@docker.com" GitHub = "mistyhacks" + [people.smerkviladze] + Name = "Sopho Merkviladze" + Email = "smerkviladze@mirantis.com" + GitHub = "smerkviladze" + [people.stevvooe] Name = "Stephen Day" Email = "stephen.day@docker.com"