Link to How To Contribute wiki page

Created a CONTRIBUTING.rst which GitHub will pick up and included a
link to the How To Contribute wiki page there. Also added the same link
to the README in the "How To Contribute" section.
This commit is contained in:
James Tauber
2013-09-16 16:30:26 -04:00
parent 54f103dd45
commit e726ef4c46
2 changed files with 9 additions and 3 deletions

6
CONTRIBUTING.rst Normal file
View File

@@ -0,0 +1,6 @@
How To Contribute
=================
Contributions are very welcome.
Please read `How To Contribute <https://github.com/edx/edx-platform/wiki/How-To-Contribute>`_ for details.

View File

@@ -345,9 +345,9 @@ with `overview.md` to get an introduction to the architecture of the system.
How to Contribute
-----------------
Contributions are very welcome. The easiest way is to fork this repo, and then
make a pull request from your fork. The first time you make a pull request, you
may be asked to sign a Contributor Agreement.
Contributions are very welcome.
Please read [How To Contribute](https://github.com/edx/edx-platform/wiki/How-To-Contribute) for details.
Reporting Security Issues
-------------------------