Skip to content

Commit

Permalink
doc: Convert MAINTAINERS to rST
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
stephenfin authored and russellb committed Oct 20, 2016
1 parent 2567fb8 commit 2eb98b6
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 30 deletions.
29 changes: 0 additions & 29 deletions MAINTAINERS.md

This file was deleted.

75 changes: 75 additions & 0 deletions MAINTAINERS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
..
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

Convention for heading levels in Open vSwitch documentation:

======= Heading 0 (reserved for the title in a document)
------- Heading 1
~~~~~~~ Heading 2
+++++++ Heading 3
''''''' Heading 4

Avoid deeper levels because they do not render well.

==========
Committers
==========

Open vSwitch committers are the people who have been granted access to push
changes to to the Open vSwitch git repository.

The responsibilities of an Open vSwitch committer are documented
`here <Documentation/committer-responsibilities.md>`__.

The process for adding or removing committers is documented
`here <Documentation/committer-grant-revocation.md>`__.

This is the current list of Open vSwitch committers:

.. list-table:: OVS Maintainers
:header-rows: 1

* - Name
- Email
* - Alex Wang
- [email protected]
* - Andy Zhou
- [email protected]
* - Ansis Atteka
- [email protected]
* - Ben Pfaff
- [email protected]
* - Daniele Di Proietto
- [email protected]
* - Ethan J. Jackson
- [email protected]
* - Gurucharan Shetty
- [email protected]
* - Jarno Rajahalme
- [email protected]
* - Jesse Gross
- [email protected]
* - Joe Stringer
- [email protected]
* - Justin Pettit
- [email protected]
* - Pravin B Shelar
- [email protected]
* - Russell Bryant
- [email protected]
* - Simon Horman
- [email protected]
* - Thomas Graf
- [email protected]
* - YAMAMOTO Takashi
- [email protected]
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ docs = \
INSTALL.userspace.rst \
INSTALL.Windows.rst \
IntegrationGuide.rst \
MAINTAINERS.md \
MAINTAINERS.rst \
OPENFLOW-1.1+.md \
PORTING.md \
README.md \
Expand Down

0 comments on commit 2eb98b6

Please sign in to comment.