Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

This commit is contained in:
Guillaume Tardif 2020-08-26 10:50:04 +02:00
parent 50b2a2fa17
commit a9a6d3bf1d
1 changed files with 14 additions and 37 deletions

View File

@ -1,6 +1,6 @@
# Docker maintainers file # Docker maintainers file
# #
# This file describes who runs the docker/app project and how. # This file describes who runs the docker/compose-cli project and how.
# This is a living document - if you see something out of date or missing, speak up! # This is a living document - if you see something out of date or missing, speak up!
# #
# It is structured to be consumable by both humans and programs. # It is structured to be consumable by both humans and programs.
@ -24,34 +24,7 @@
people = [ people = [
"rumpl", "rumpl",
"gtardif", "gtardif",
"chris-chrone" "ndeloof"
]
[Org."Docs maintainers"]
# TODO Describe the docs maintainers role.
people = [
"rumpl",
"gtardif",
"chris-chrone"
]
[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 = [
"rumpl",
"gtardif",
"chris-chrone" "chris-chrone"
] ]
@ -63,18 +36,22 @@
# ADD YOURSELF HERE IN ALPHABETICAL ORDER # ADD YOURSELF HERE IN ALPHABETICAL ORDER
[people.rumpl] [people.chris-crone]
Name = "Djordje Lukic" Name = "Christopher Crone"
Email = "djordje.lukic@docker.com" Email = "christopher.crone@docker.com"
GitHub = "rumpl" GitHub = "chris-crone"
[people.gtardif] [people.gtardif]
Name = "Guillaume Tardif" Name = "Guillaume Tardif"
Email = "guillaume.tardif@docker.com" Email = "guillaume.tardif@docker.com"
GitHub = "gtardif" GitHub = "gtardif"
[people.chris-crone] [people.ndeloof]
Name = "Christopher Crone" Name = "Nicolas Deloof"
Email = "christopher.crone@docker.com" Email = "nicolas.deloof@docker.com"
GitHub = "chris-crone" GitHub = "ndeloof"
[people.rumpl]
Name = "Djordje Lukic"
Email = "djordje.lukic@docker.com"
GitHub = "rumpl"