add maintainers file

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2022-11-03 10:49:28 -07:00
parent 68a043b5c9
commit be3bd3e995

20
MAINTAINERS Normal file
View File

@@ -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",
]