From be3bd3e995505a7c9bfafd0f3d655e720d4686eb Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Thu, 3 Nov 2022 10:49:28 -0700 Subject: [PATCH] add maintainers file Signed-off-by: Tonis Tiigi --- MAINTAINERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..b392629 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,20 @@ +# The Twenty Committee +# +# This file describes the maintainer groups within the xx project. +# The rules for governance are borrowed from and can be seen in +# https://github.com/moby/moby/blob/master/project/GOVERNANCE.md file. +# +# It is structured to be consumable by both humans and programs. +# To extract its contents programmatically, use any TOML-compliant +# parser. +# + +[Org] + + [Org.Maintainers] + + people = [ + "crazy-max", + "tiborvass", + "tonistiigi", + ]