aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).