summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-18 21:03:41 +0100
committerRussell Bryant <russell@ovn.org>2016-10-29 18:40:03 +0200
commit255efa729dcc3b57901516133481f9fca66f5226 (patch)
tree78e05ec5b1f36f813ea49f278adc340d2f2ec3e6 /Documentation
parent5273d85fd181de182d335b92353a0ccc413648aa (diff)
downloadopenvswitch-255efa729dcc3b57901516133481f9fca66f5226.tar.gz
doc: Convert CONTRIBUTING to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/committer-responsibilities.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/committer-responsibilities.md b/Documentation/committer-responsibilities.md
index 9e93c4e67..40ffb51fb 100644
--- a/Documentation/committer-responsibilities.md
+++ b/Documentation/committer-responsibilities.md
@@ -5,7 +5,7 @@ Prerequisites
-------------
Be familiar with [CodingStyle.md](../CodingStyle.md) and
-[CONTRIBUTING.md](../CONTRIBUTING.md).
+[CONTRIBUTING.rst](../CONTRIBUTING.rst).
Review
------
@@ -70,7 +70,7 @@ the use of "Signed-off-by:" to a new developer, explain not just how but
why, since the intended meaning of "Signed-off-by:" is more important
than the syntax. As part of your explanation, quote or provide a URL
to the Developer's Certificate of Origin in
-[CONTRIBUTING.md](../CONTRIBUTING.md).
+[CONTRIBUTING.rst](../CONTRIBUTING.rst).
Use Reported-by: and Tested-by: tags in commit messages to indicate
the source of a bug report.