Skip to content

Commit d14e065

Browse files
committed
Merge pull request scala#4315 from adriaanm/talk-to-us
The talk-to-a-human option.
2 parents 41cee92 + a5d9085 commit d14e065

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ For more information on building and developing the core of Scala, read on! Plea
88
We're still using Jira for issue reporting, so please [report any issues](https://issues.scala-lang.org) over there.
99
(We would love to start using GitHub Issues, but we're too resource-constrained to take on this migration right now.)
1010

11+
# Get in touch!
12+
If you need some help with your PR at any time, please feel free to @-mention anyone from the list below (or simply `@scala/team-core-scala`), and we will do our best to help you out:
13+
14+
| username | talk to me about... |
15+
--------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---------------------------------------------------|
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 |
18+
<img src="https://avatars.githubusercontent.com/retronym" height="50px" title="Jason Zaugg"/> | [`@retronym`](https://github.com/retronym) | Java 8 lambdas, tricky bug detective work |
19+
<img src="https://avatars.githubusercontent.com/Ichoran" height="50px" title="Rex Kerr"/> | [`@Ichoran`](https://github.com/Ichoran) | the collections library, performance |
20+
<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 |
22+
<img src="https://avatars.githubusercontent.com/VladUreche" height="50px" title="Vlad Ureche"/> | [`@VladUreche`](https://github.com/VladUreche) | specialization & the scaladoc tool |
23+
<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 |
24+
<img src="https://avatars.githubusercontent.com/xeno-by" height="50px" title="Eugene Burmako"/> | [`@xeno-by`](https://github.com/xeno-by) | macros and reflection |
25+
26+
27+
PS: If you have some spare time to help out around here, we would be delighted to add your name to this list!
1128

1229
# Handy Links
1330
- [A wealth of documentation](http://docs.scala-lang.org)

0 commit comments

Comments
 (0)