diff --git a/README.md b/README.md index cb9701b3f29f..53293840c421 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,23 @@ For more information on building and developing the core of Scala, read on! Plea We're still using Jira for issue reporting, so please [report any issues](https://issues.scala-lang.org) over there. (We would love to start using GitHub Issues, but we're too resource-constrained to take on this migration right now.) +# Get in touch! +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: + + | username | talk to me about... | +--------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---------------------------------------------------| + | [`@adriaanm`](https://github.com/adriaanm) | anything (type checker, pattern matcher, CI,...) | + | [`@gkossakowski`](https://github.com/gkossakowski) | infrastructure, incremental compilation, back-end | + | [`@retronym`](https://github.com/retronym) | Java 8 lambdas, tricky bug detective work | + | [`@Ichoran`](https://github.com/Ichoran) | the collections library, performance | + | [`@lrytz`](https://github.com/lrytz) | optimizer, named & default arguments | + | [`@dickwall`](https://github.com/dickwall) | process & documentation | + | [`@VladUreche`](https://github.com/VladUreche) | specialization & the scaladoc tool | + | [`@densh`](https://github.com/densh) | quasiquotes, parser, string interpolators, macros in standard library | + | [`@xeno-by`](https://github.com/xeno-by) | macros and reflection | + + +PS: If you have some spare time to help out around here, we would be delighted to add your name to this list! # Handy Links - [A wealth of documentation](http://docs.scala-lang.org)