Add MAINTAINERS file.
authorRussell Bryant <russell@ovn.org>
Wed, 27 Jan 2016 20:10:08 +0000 (15:10 -0500)
committerRussell Bryant <russell@ovn.org>
Thu, 28 Jan 2016 13:53:45 +0000 (08:53 -0500)
Previously, the list of committers was not written down publicly.  There
was no reason for this other than it not being trivial to expose the
commiter group membership via github.  This MAINTAINERS file lists the
members of the OVS committers group.

There's some outdated email addresses in here, but I just copied what
was currently in AUTHORS.  This can be fixed when AUTHORS gets fixed,
too.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
MAINTAINERS [new file with mode: 0644]
Makefile.am

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644 (file)
index 0000000..299e0b5
--- /dev/null
@@ -0,0 +1,30 @@
+Committers
+----------
+
+OVS committers are the people who have been granted access to push changes to
+to the OVS git repository.  The responsibilities of an OVS committer are
+documented here:
+
+    http://openvswitch.org/development/committer-responsibilities/
+
+The process for adding or removing committers is here:
+
+    http://openvswitch.org/development/committer-grant-revocation/
+
+This is the current list of OVS committers:
+
+Alex Wang               ee07b291@gmail.com
+Ansis Atteka            aatteka@nicira.com
+Andy Zhou               azhou@ovn.org
+Ben Pfaff               blp@ovn.org
+Daniele Di Proietto     daniele.di.proietto@gmail.com
+Ethan J. Jackson        ejj@eecs.berkeley.edu
+Gurucharan Shetty       guru@ovn.org
+Jesse Gross             jesse@kernel.org
+Joe Stringer            joe@ovn.org
+Jarno Rajahalme         jarno@ovn.org
+Justin Pettit           jpettit@ovn.org
+Pravin B Shelar         pshelar@nicira.com
+Russell Bryant          russell@ovn.org
+Thomas Graf             tgraf@noironetworks.com
+YAMAMOTO Takashi        yamamoto@midokura.com
index 0b2aa12..e4b5772 100644 (file)
@@ -84,6 +84,7 @@ docs = \
        INSTALL.userspace.md \
        INSTALL.Windows.md \
        IntegrationGuide.md \
+       MAINTAINERS \
        OPENFLOW-1.1+.md \
        PORTING.md \
        README.md \