mirror of https://github.com/docker/docs.git
Merge pull request #1743 from vieux/new_maintainers
add amitshukla, moxiegirl and nishanttotla to the MAINTAINERS file
This commit is contained in:
commit
c9ee9af4d3
43
MAINTAINERS
43
MAINTAINERS
|
@ -17,9 +17,35 @@
|
||||||
"dongluochen",
|
"dongluochen",
|
||||||
"jimmyxian",
|
"jimmyxian",
|
||||||
"mhbauer",
|
"mhbauer",
|
||||||
|
"nishanttotla",
|
||||||
"vieux",
|
"vieux",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[Org."Docs maintainers"]
|
||||||
|
|
||||||
|
# TODO Describe the docs maintainers role.
|
||||||
|
|
||||||
|
people = [
|
||||||
|
"moxiegirl"
|
||||||
|
] ]
|
||||||
|
|
||||||
|
|
||||||
|
[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 = [
|
||||||
|
"amitshukla"
|
||||||
|
]
|
||||||
|
|
||||||
[people]
|
[people]
|
||||||
|
|
||||||
# A reference list of all people associated with the project.
|
# A reference list of all people associated with the project.
|
||||||
|
@ -38,6 +64,11 @@
|
||||||
Email = "al@docker.com"
|
Email = "al@docker.com"
|
||||||
GitHub = "aluzzardi"
|
GitHub = "aluzzardi"
|
||||||
|
|
||||||
|
[people.amitshukla]
|
||||||
|
Name = "Amit Shukla"
|
||||||
|
Email = "amit.shukla@docker.com"
|
||||||
|
GitHub = "amitshukla"
|
||||||
|
|
||||||
[people.chanwit]
|
[people.chanwit]
|
||||||
Name = "Chanwit Kaewkasi"
|
Name = "Chanwit Kaewkasi"
|
||||||
Email = "chanwit@gmail.com"
|
Email = "chanwit@gmail.com"
|
||||||
|
@ -46,13 +77,23 @@
|
||||||
[people.dongluochen]
|
[people.dongluochen]
|
||||||
Name = "Dongluo Chen"
|
Name = "Dongluo Chen"
|
||||||
Email = "dong@docker.com"
|
Email = "dong@docker.com"
|
||||||
Github = "dongluochen"
|
GitHub = "dongluochen"
|
||||||
|
|
||||||
[people.mhbauer]
|
[people.mhbauer]
|
||||||
Name = "Morgan Bauer"
|
Name = "Morgan Bauer"
|
||||||
Email = "mbauer@us.ibm.com"
|
Email = "mbauer@us.ibm.com"
|
||||||
GitHub = "mhbauer"
|
GitHub = "mhbauer"
|
||||||
|
|
||||||
|
[people.moxiegirl]
|
||||||
|
Name = "Mary Anthony"
|
||||||
|
Email = "mary.anthony@docker.com"
|
||||||
|
GitHub = "moxiegirl"
|
||||||
|
|
||||||
|
[people.nishanttotla]
|
||||||
|
Name = "Nishant Totla"
|
||||||
|
Email = "nishanttotla@gmail.com"
|
||||||
|
GitHub = "nishanttotla"
|
||||||
|
|
||||||
[people.vieux]
|
[people.vieux]
|
||||||
Name = "Victor Vieux"
|
Name = "Victor Vieux"
|
||||||
Email = "vieux@docker.com"
|
Email = "vieux@docker.com"
|
||||||
|
|
Loading…
Reference in New Issue