summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-05-26 10:27:41 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-05-26 10:27:41 -0700
commit96571a9688401865967e680c77109bd70f1cd7e9 (patch)
treeab3e9f718ebbdac4725105b2a42fe1d4b4af2788 /README.md
parent736711b329af8b555e05c4c4a3bb6eef7b722901 (diff)
downloadscala-96571a9688401865967e680c77109bd70f1cd7e9.tar.gz
scala-96571a9688401865967e680c77109bd70f1cd7e9.tar.bz2
scala-96571a9688401865967e680c77109bd70f1cd7e9.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5bcbbb6229..e722c88e41 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,15 @@ If you need some help with your PR at any time, please feel free to @-mention an
| username | talk to me about... |
--------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---------------------------------------------------|
- <img src="https://avatars.githubusercontent.com/adriaanm" height="50px" title="Adriaan Moors"/> | [`@adriaanm`](https://github.com/adriaanm) | anything (type checker, pattern matcher, CI,...) |
- <img src="https://avatars.githubusercontent.com/gkossakowski" height="50px" title="Grzegorz Kossakowski"/> | [`@gkossakowski`](https://github.com/gkossakowski) | infrastructure, incremental compilation, back-end |
+ <img src="https://avatars.githubusercontent.com/adriaanm" height="50px" title="Adriaan Moors"/> | [`@adriaanm`](https://github.com/adriaanm) | how we can help // type checker, pattern matcher, infrastructure |
+ <img src="https://avatars.githubusercontent.com/SethTisue" height="50px" title="Seth Tisue"/> | [`@SethTisue`](https://github.com/SethTisue) | back-end, library, improving the *welcome to Scala* experience |
<img src="https://avatars.githubusercontent.com/retronym" height="50px" title="Jason Zaugg"/> | [`@retronym`](https://github.com/retronym) | Java 8 lambdas, tricky bug detective work |
<img src="https://avatars.githubusercontent.com/Ichoran" height="50px" title="Rex Kerr"/> | [`@Ichoran`](https://github.com/Ichoran) | the collections library, performance |
<img src="https://avatars.githubusercontent.com/lrytz" height="50px" title="Lukas Rytz"/> | [`@lrytz`](https://github.com/lrytz) | optimizer, named & default arguments |
- <img src="https://avatars.githubusercontent.com/dickwall" height="50px" title="Dick Wall"/> | [`@dickwall`](https://github.com/dickwall) | process & documentation |
<img src="https://avatars.githubusercontent.com/VladUreche" height="50px" title="Vlad Ureche"/> | [`@VladUreche`](https://github.com/VladUreche) | specialization & the scaladoc tool |
<img src="https://avatars.githubusercontent.com/densh" height="50px" title="Denys Shabalin"/> | [`@densh`](https://github.com/densh) | quasiquotes, parser, string interpolators, macros in standard library |
<img src="https://avatars.githubusercontent.com/xeno-by" height="50px" title="Eugene Burmako"/> | [`@xeno-by`](https://github.com/xeno-by) | macros and reflection |
+ <img src="https://avatars.githubusercontent.com/dickwall" height="50px" title="Dick Wall"/> | [`@dickwall`](https://github.com/dickwall) | process & community |
PS: If you have some spare time to help out around here, we would be delighted to add your name to this list!
@@ -29,8 +29,8 @@ PS: If you have some spare time to help out around here, we would be delighted t
# Handy Links
- [A wealth of documentation](http://docs.scala-lang.org)
- [Scala CI](https://scala-ci.typesafe.com/)
- - [Scala CI at EPFL](https://scala-webapps.epfl.ch/jenkins/)
- [Download the latest nightly](http://www.scala-lang.org/files/archive/nightly/2.11.x/);
+ - [(Deprecated) Scala CI at EPFL](https://scala-webapps.epfl.ch/jenkins/)
- Scala mailing lists:
- [Compiler and standard library development](https://groups.google.com/group/scala-internals)
- [Users of Scala](https://groups.google.com/group/scala-user)
@@ -91,6 +91,12 @@ To help you plan your contributions, we communicate our plans on a regular basis
Once you've gained some experience with the code base and the process, the logical next step is to offers reviews for others's contributions. The main goal of this whole process, in the end, is to ensure the health of the Scala project by improving the quality of the code base, the documentation, as well as this process itself. Thank you for doing your part!
+## [Labels](https://github.com/scala/scala/labels)
+ - `reviewed` automatically added by scabot when a comment prefixed with LGTM is posted
+ - `welcome` reviewer / queue curator adds to welcome someone's first PR (for highlighting in the release notes)
+ - `release-notes` reviewer / queue curator adds to make sure this PR is highlighted in the release notes
+ - `on-hold` added when this PR should not yet be merged, even though CI is green
+
### Tips & Tricks
Once the `publish-core` task has completed on a commit, you can try it out in sbt as follows: