Skip to content

Commit 648c7a1

Browse files
committed
Merge pull request scala#4790 from SethTisue/issue/9501
SI-9501 link README to Scala Hacker Guide
2 parents e0b5891 + 40d12f1 commit 648c7a1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Welcome!
22
This is the official repository for the [Scala Programming Language](http://www.scala-lang.org).
33

4+
# How to contribute
5+
46
To contribute to the Scala Standard Library, Scala Compiler and Scala Language Specification, please send us a [pull request](https://help.github.com/articles/using-pull-requests/#fork--pull) from your fork of this repository! We do have to ask you to sign the [Scala CLA](http://typesafe.com/contribute/cla/scala) before we can merge any of your work into our code base, to protect its open source nature.
57

6-
For more information on building and developing the core of Scala, read on! Please also check out our [guidelines for contributing](CONTRIBUTING.md).
8+
For more information on building and developing the core of Scala, read on!
9+
10+
Please also check out:
11+
12+
* our [guidelines for contributing](CONTRIBUTING.md).
13+
* the ["Scala Hacker Guide"](http://scala-lang.org/contribute/hacker-guide.html) covers some of the same ground as this README, but in greater detail and in a more tutorial style, using a running example.
14+
15+
# Reporting issues
716

817
We're still using Jira for issue reporting, so please [report any issues](https://issues.scala-lang.org) over there.
918
(We would love to start using GitHub Issues, but we're too resource-constrained to take on this migration right now.)

0 commit comments

Comments
 (0)