Skip to content

Commit

Permalink
Update links to old website, in preparation for launch.
Browse files Browse the repository at this point in the history
Removed the contact form, since it's redundant with mailing lists and
issue tracker.
  • Loading branch information
namin committed Apr 25, 2013
1 parent 4c39d54 commit 19a61e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.
Expand Down
15 changes: 5 additions & 10 deletions README.rst
Expand Up @@ -182,23 +182,18 @@ In detail:
http://docs.scala-lang.org

- Scala mailing lists:
http://www.scala-lang.org/node/199
http://www.scala-lang.org/community/#mailing_lists

- Scala bug and issue tracker:
https://issues.scala-lang.org

- Scala live git source tree:
http://github.com/scala/scala

- Contact form:
http://www.scala-lang.org/node/188


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
If you are interested in contributing code, we ask you to sign the
[Scala Contributor License Agreement](http://typesafe.com/contribute/cla/scala),
which allows us to ensure that all code submitted to the project is
unencumbered by copyrights or patents.

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>`_.
Expand Down

0 comments on commit 19a61e5

Please sign in to comment.