summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2014-05-09 14:54:09 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2014-07-01 13:38:52 -0400
commit44c3347251e39b1a04717e02cec4a7ff626baf4e (patch)
tree9b6289f21a0846b22f32832956cfb3555ded4b59 /CONTRIBUTING.rst
parent8407b0ebabc5d11feeae22d4ed6d4d709d13a493 (diff)
downloadmongo-44c3347251e39b1a04717e02cec4a7ff626baf4e.tar.gz
SERVER-14397: Update Building.md & Contributing.rst
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 447fda131f6..0d59013ee52 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -17,6 +17,7 @@ Getting Started
- Create a `MongoDB JIRA account`_.
- Create a `Github account`_.
- Fork the repository on Github at https://github.com/mongodb/mongo.
+- For more details see http://www.mongodb.org/about/contributors/
.. _MongoDB JIRA account: https://jira.mongodb.org/secure/Signup!default.jspa
.. _Github account: https://github.com/signup/free
@@ -77,7 +78,7 @@ Testing
-------
Every non-trivial change to the code base should be accompanied by a relevant addition to or
-modification of the test suite. If you don't believe this is necessary, please add an explanation
+modification of the test suite. If you do not believe this is necessary, please add an explanation
in the JIRA ticket why no such changes are either needed or possible.
All changes must also pass the full test suite (including your test additions/changes) on your