aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorphaller <hallerp@gmail.com>2012-10-31 00:42:53 +0100
committerphaller <hallerp@gmail.com>2012-10-31 00:42:53 +0100
commitc36bd0acfe31b380425586006987e075ed300001 (patch)
tree916b5146e69d84ccb9f90c02863f726820811762 /README.md
parent12065e2299c1d2794eaa0bbfee1bea473379b670 (diff)
downloadscala-async-c36bd0acfe31b380425586006987e075ed300001.tar.gz
scala-async-c36bd0acfe31b380425586006987e075ed300001.tar.bz2
scala-async-c36bd0acfe31b380425586006987e075ed300001.zip
Add links to Scala CLA and Pull Request Policy to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0bc8584..afac552 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,11 @@ After this setup, we can run `partest` as follows:
$ ../scala/test/partest --classpath ../scala/build/quick/classes --run
```
+If you are interested in contributing code, we ask you to complete and submit
+to us the Scala Contributor License Agreement, which allows us to ensure that
+all code submitted to the project is unencumbered by copyrights or patents.
+The form is available at:
+http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf
+
+Before submitting a pull-request, please make sure you have followed the guidelines
+outlined in our [Pull Request Policy](https://github.com/scala/scala/wiki/Pull-Request-Policy).