summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-06-25 18:32:05 -0400
committerSeth Tisue <seth@tisue.net>2015-06-25 18:32:05 -0400
commitab80d51876d6643b1d0b45a8b2a9ba66acbf4dbc (patch)
treed01cde0b4d6e9173304190524dfae07dd738f75c /CONTRIBUTING.md
parente8e69c339d82718756fc8b55b76add05684955cb (diff)
downloadscala-ab80d51876d6643b1d0b45a8b2a9ba66acbf4dbc.tar.gz
scala-ab80d51876d6643b1d0b45a8b2a9ba66acbf4dbc.tar.bz2
scala-ab80d51876d6643b1d0b45a8b2a9ba66acbf4dbc.zip
add note to contributor's guide about branches
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e2f01241a9..54334aea48 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,6 +16,8 @@ By the way, the team at Typesafe is: @adriaanm, @lrytz, @retronym, and @SethTisu
Regardless of the nature of your Pull Request, we have to ask you to digitally sign the [Scala CLA](http://typesafe.com/contribute/cla/scala), to protect the OSS nature of the code base.
+You don't need to submit separate PRs for 2.11.x, 2.12.x, and 2.13.x. Any changes accepted on one of these branches will, in time, be merged into the later branches.
+
### Documentation
Whether you finally decided you couldn't stand that annoying typo anymore, you fixed the outdated code sample in some comment, or you wrote a nice, comprehensive, overview for an under-documented package, some docs for a class or the specifics about a method, your documentation improvement is very much appreciated, and we will do our best to fasttrack it.