diff options
author | Mike Rennie <Michael_Rennie@ca.ibm.com> | 2016-11-04 10:12:03 -0500 |
---|---|---|
committer | Mike Rennie <Michael_Rennie@ca.ibm.com> | 2016-11-04 10:12:03 -0500 |
commit | 5cb18f04c7a4c769a79f0952f2b3c8fc22f35e32 (patch) | |
tree | 4bd22ddd761a437ebdc95ca5750b8544fcb5f9f7 | |
parent | f248c325299150708375f638932c1652808989ba (diff) | |
download | org.eclipse.orion.client-5cb18f04c7a4c769a79f0952f2b3c8fc22f35e32.zip org.eclipse.orion.client-5cb18f04c7a4c769a79f0952f2b3c8fc22f35e32.tar.gz org.eclipse.orion.client-5cb18f04c7a4c769a79f0952f2b3c8fc22f35e32.tar.bz2 |
[nobug] Update contributing.md to link to dev wiki and mention gerrit
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 010b15d..e2c414a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,14 @@ IDE experience in a browser tab. - [https://projects.eclipse.org/projects/ecd.orion](https://projects.eclipse.org/projects/ecd.orion) Developer resources --------------------- -Information regarding source code management, builds, coding standards, and more. +--------------------
+Everything you would ever want to know about how to contribute to Orion can
+be [found on the contributing wiki](http://wiki.eclipse.org/Orion/Contributing_Code).
+
+Preferably, code contributions should be made using Gerrit. While we can work with pull requests on GitHub,
+the code there acts solely as a mirror, and is not used for development.
+ +More information regarding source code management, builds, coding standards, and more. - [https://projects.eclipse.org/projects/ecd.orion/developer](https://projects.eclipse.org/projects/ecd.orion/developer) |