From 046a13f99621b0a655edff71a3692efb3d78941e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Dec 2019 13:00:37 +0100 Subject: [PATCH 1/3] Maintainers file: remove "docs maintainers" section The "docs maintainers" role was never defined; removing the section from the file to make the file less confusing. We can add people with specific expertise to the general "maintainers" section instead. Signed-off-by: Sebastiaan van Stijn --- MAINTAINERS | 8 -------- 1 file changed, 8 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c0b6450925..71102979b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -36,14 +36,6 @@ "vieux", ] - [Org."Docs maintainers"] - - # TODO Describe the docs maintainers role. - - people = [ - "thajeztah" - ] - [Org.Curators] # The curators help ensure that incoming issues and pull requests are properly triaged and From 2e2d2e16c9c20f9aa00c92b4500fbb9bc9c9a739 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Dec 2019 13:04:47 +0100 Subject: [PATCH 2/3] Move Daniel to alumni Thanks Daniel! Signed-off-by: Sebastiaan van Stijn --- MAINTAINERS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 71102979b5..fa4a2d7d5e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25,7 +25,6 @@ "aaronlehmann", "albers", "cpuguy83", - "dnephin", "justincormack", "silvin-lubecki", "stevvooe", @@ -53,6 +52,21 @@ "thajeztah" ] + [Org.Alumni] + + # This list contains maintainers that are no longer active on the project. + # It is thanks to these people that the project has become what it is today. + # Thank you! + + people = [ + # Before becoming a maintainer, Daniel Nephin was a core contributor + # to "Fig" (now known as Docker Compose). As a maintainer for both the + # Engine and Docker CLI, Daniel contributed many features, among which + # the `docker stack` commands, allowing users to deploy their Docker + # Compose projects as a Swarm service. + "dnephin", + ] + [people] # A reference list of all people associated with the project. From 7f063899efb215e96155dac8b506c7f32f4d4c8b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Dec 2019 13:08:15 +0100 Subject: [PATCH 3/3] Maintainers: remove Justin and Aaron Updating this file to match reality. Both Justin and Aaron have informed me that they were not expecting to be involved with maintaining the CLI, so removing them from the list. Aaron was mostly active on the daemon / engine, so I decided to not include him in the alumni on this repository, and Justin remains active as a maintainer on the engine. Signed-off-by: Sebastiaan van Stijn --- MAINTAINERS | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fa4a2d7d5e..ef7dcd5c59 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22,10 +22,8 @@ # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners. people = [ - "aaronlehmann", "albers", "cpuguy83", - "justincormack", "silvin-lubecki", "stevvooe", "thajeztah", @@ -75,11 +73,6 @@ # ADD YOURSELF HERE IN ALPHABETICAL ORDER - [people.aaronlehmann] - Name = "Aaron Lehmann" - Email = "aaron.lehmann@docker.com" - GitHub = "aaronlehmann" - [people.albers] Name = "Harald Albers" Email = "github@albersweb.de" @@ -95,11 +88,6 @@ Email = "dnephin@gmail.com" GitHub = "dnephin" - [people.justincormack] - Name = "Justin Cormack" - Email = "justin.cormack@docker.com" - GitHub = "justincormack" - [people.programmerq] Name = "Jeff Anderson" Email = "jeff@docker.com"