Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 96571a9

Browse files
committed
Update README.md
1 parent 736711b commit 96571a9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ If you need some help with your PR at any time, please feel free to @-mention an
1313

1414
| username | talk to me about... |
1515
--------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---------------------------------------------------|
16-
<img src="https://avatars.githubusercontent.com/adriaanm" height="50px" title="Adriaan Moors"/> | [`@adriaanm`](https://github.com/adriaanm) | anything (type checker, pattern matcher, CI,...) |
17-
<img src="https://avatars.githubusercontent.com/gkossakowski" height="50px" title="Grzegorz Kossakowski"/> | [`@gkossakowski`](https://github.com/gkossakowski) | infrastructure, incremental compilation, back-end |
16+
<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 |
17+
<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 |
1818
<img src="https://avatars.githubusercontent.com/retronym" height="50px" title="Jason Zaugg"/> | [`@retronym`](https://github.com/retronym) | Java 8 lambdas, tricky bug detective work |
1919
<img src="https://avatars.githubusercontent.com/Ichoran" height="50px" title="Rex Kerr"/> | [`@Ichoran`](https://github.com/Ichoran) | the collections library, performance |
2020
<img src="https://avatars.githubusercontent.com/lrytz" height="50px" title="Lukas Rytz"/> | [`@lrytz`](https://github.com/lrytz) | optimizer, named & default arguments |
21-
<img src="https://avatars.githubusercontent.com/dickwall" height="50px" title="Dick Wall"/> | [`@dickwall`](https://github.com/dickwall) | process & documentation |
2221
<img src="https://avatars.githubusercontent.com/VladUreche" height="50px" title="Vlad Ureche"/> | [`@VladUreche`](https://github.com/VladUreche) | specialization & the scaladoc tool |
2322
<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 |
2423
<img src="https://avatars.githubusercontent.com/xeno-by" height="50px" title="Eugene Burmako"/> | [`@xeno-by`](https://github.com/xeno-by) | macros and reflection |
24+
<img src="https://avatars.githubusercontent.com/dickwall" height="50px" title="Dick Wall"/> | [`@dickwall`](https://github.com/dickwall) | process & community |
2525

2626

2727
PS: If you have some spare time to help out around here, we would be delighted to add your name to this list!
2828

2929
# Handy Links
3030
- [A wealth of documentation](http://docs.scala-lang.org)
3131
- [Scala CI](https://scala-ci.typesafe.com/)
32-
- [Scala CI at EPFL](https://scala-webapps.epfl.ch/jenkins/)
3332
- [Download the latest nightly](http://www.scala-lang.org/files/archive/nightly/2.11.x/);
33+
- [(Deprecated) Scala CI at EPFL](https://scala-webapps.epfl.ch/jenkins/)
3434
- Scala mailing lists:
3535
- [Compiler and standard library development](https://groups.google.com/group/scala-internals)
3636
- [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
9191

9292
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!
9393

94+
## [Labels](https://github.com/scala/scala/labels)
95+
- `reviewed` automatically added by scabot when a comment prefixed with LGTM is posted
96+
- `welcome` reviewer / queue curator adds to welcome someone's first PR (for highlighting in the release notes)
97+
- `release-notes` reviewer / queue curator adds to make sure this PR is highlighted in the release notes
98+
- `on-hold` added when this PR should not yet be merged, even though CI is green
99+
94100
### Tips & Tricks
95101
Once the `publish-core` task has completed on a commit, you can try it out in sbt as follows:
96102

0 commit comments

Comments
 (0)