summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNada Amin <namin@alum.mit.edu>2013-04-25 13:58:27 +0200
committerNada Amin <namin@alum.mit.edu>2013-04-25 13:58:27 +0200
commit19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07 (patch)
tree65c064953e08be3233cc85891bb2e6e646f3ead0 /CONTRIBUTING.md
parent4c39d54a3e6b14b5dc7c1798483bf2daaa0b7266 (diff)
downloadscala-19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07.tar.gz
scala-19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07.tar.bz2
scala-19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07.zip
Update links to old website, in preparation for launch.
Removed the contact form, since it's redundant with mailing lists and issue tracker.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 551100ae85..2451a52682 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ These guidelines are meant to be a living document that should be changed and ad
This is the process for committing code to the Scala project. There are of course exceptions to these rules, for example minor changes to comments and documentation, fixing a broken build etc.
-1. Make sure you have signed the [Scala CLA](http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf), if not, sign it.
+1. Make sure you have signed the [Scala CLA](http://typesafe.com/contribute/cla/scala), if not, sign it.
2. Before starting to work on a feature or a fix, it's good practice to ensure that:
1. There is a ticket for your work in the project's issue tracker. If not, create it first (perhaps given a thumbs up from the scala-internals mailing list first).
2. The ticket has been discussed and prioritized by the team.