From e726ef4c46f6fbcc4ea0c95367fe01dea8744d15 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Mon, 16 Sep 2013 16:30:26 -0400 Subject: [PATCH] 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. --- CONTRIBUTING.rst | 6 ++++++ README.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000000..146e4f09fc --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,6 @@ +How To Contribute +================= + +Contributions are very welcome. + +Please read `How To Contribute `_ for details. diff --git a/README.md b/README.md index 0261f87b46..a595e306c2 100644 --- a/README.md +++ b/README.md @@ -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 -------------------------