summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-16 08:08:42 -0400
committerSeth Tisue <seth@tisue.net>2015-07-16 08:08:42 -0400
commitf9ca6863d46ede2b8ce4b7753c5c54120c0864ad (patch)
tree17f4dcdc6aabac5496819b3249cdeb723f7ec707
parent80e98b03a1cf2cc332e65c80f0d0baf49621b3df (diff)
downloadscala-f9ca6863d46ede2b8ce4b7753c5c54120c0864ad.tar.gz
scala-f9ca6863d46ede2b8ce4b7753c5c54120c0864ad.tar.bz2
scala-f9ca6863d46ede2b8ce4b7753c5c54120c0864ad.zip
readme/contributor's guide tweaks
based on feedback from lrytz
-rw-r--r--CONTRIBUTING.md9
-rw-r--r--README.md12
2 files changed, 5 insertions, 16 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1ea7e5513b..9471830571 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,18 +49,11 @@ A new language feature requires a SIP (Scala Improvement Process) proposal. For
Here is some advice on how to craft a pull request with the best possible
chance of being accepted.
-### Merging
-
-A pull request should merge cleanly. (If enough time passes after
-your initial submission, we may ask you to rebase it onto the current
-mainline code.)
-
### Tests
Bug fixes should include regression tests -- in the same commit as the fix.
If testing isn't feasible, the commit message should explain why.
-(Consider discussing on scala-internals first.)
New features and enhancements must be supported by a respectable test suite.
@@ -137,5 +130,3 @@ A reviewer gives the green light by commenting "LGTM" (looks good to me).
A review feedback may be addressed by pushing new commits to the request, if these commits stand on their own.
Once all these conditions are met, and we agree with the change (we are available on scala-internals to discuss this beforehand, before you put in the coding work!), we will merge your changes.
-
-Please note: you are responsible for meeting these criteria (reminding your reviewer, for example).
diff --git a/README.md b/README.md
index 74a4ce97a8..45138a281b 100644
--- a/README.md
+++ b/README.md
@@ -25,20 +25,18 @@ If you need some help with your PR at any time, please feel free to @-mention an
additional reviewer suggestions:
-* library: @phaller (Philipp Haller), @axel22 (Aleksander Prokopec -- concurrent & collection)
+* library: @axel22 (Aleksander Prokopec -- concurrent & collection)
* specialisation: @axel22 (Aleksander Prokopec), @vladureche (Vlad Ureche), @dragos (Iulian Dragos)
* named / default args, annotations, plugins: @lrytz (Lukas Rytz)
-* macros, reflection, manifests, string interpolation: @xeno-by (Eugene Burmako), @cvogt (Christopher Vogt)
-* type checker, inference: @odersky (Martin Odersky), @adriaanm (Adriaan Moors)
-* language specification, value classes: @odersky (Martin Odersky)
+* macros, reflection, manifests, string interpolation: @xeno-by (Eugene Burmako)
+* type checker, inference: @adriaanm (Adriaan Moors)
+* language specification: @adriaanm (Adriaan Moors)
* new pattern matcher, implicit search: @adriaanm (Adriaan Moors)
-* partest: @phaller (Philipp Haller)
-* error handling, lazy vals: @hubertp (Hubert Plociniczak)
* backend: @lrytz (Lukas Rytz), @retronym (Jason Zaugg), @dragos (Iulian Dragos)
* repl, compiler performance: @retronym (Jason Zaugg)
* scaladoc: @dickwall (Dick Wall), @vladureche (Vlad Ureche)
* optimizer: @vladureche (Vlad Ureche), @lrytz (Lukas Rytz)
-* build: @jsuereth (Josh Suereth)
+* build: @SethTisue
* random compiler bugs: @retronym, @lrytz, @adriaanm
* documentation: @heathermiller (Heather Miller), @dickwall (Dick Wall)