From 503b536bf770abb8a86c6d0eb45772c852515f54 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 4 Oct 2017 13:49:28 -0400 Subject: [PATCH] Add TSC [Rule] Signed-off-by: Michael Crosby --- MAINTAINERS | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c312f886e..ddc5aae4d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,6 +173,14 @@ Yes. Nobody should ever push to master directly. All changes should be made through a pull request. """ + [Rules.tsc] + + title = "Conflict Resolution and technical disputes" + + text = """ +containerd defers to the [Technical Steering Committee](https://github.com/moby/tsc) for escalations and resolution on disputes for technical matters." + """ + [Rules.meta] title = "How is this process changed?" @@ -183,17 +191,17 @@ made through a pull request. [Org] [Org.Maintainers] - people = [ - "akihirosuda", - "crosbymichael", - "dqminh", - "dmcgowan", - "estesp", - "hqhq", - "jhowardmsft", - "mlaventure", - "stevvooe", - ] + people = [ + "akihirosuda", + "crosbymichael", + "dqminh", + "dmcgowan", + "estesp", + "hqhq", + "jhowardmsft", + "mlaventure", + "stevvooe", + ] [People]