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 -------------------------