Skip to content

Commit fbfe66b

Browse files
committed
Minor rewording + typo fix
1 parent b152a11 commit fbfe66b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ Contributions via GitHub pull requests are gladly accepted from their original a
44

55
## Which branch to open your patch against
66

7-
Please open your pull request against the correct branch.
8-
9-
The branches in this repo line up with [the branches in the Apache Spark repo](https://github.com/apache/spark/branches), with the exception of `master`, which this repo doesn't use. So, for example, `branch-1.3` here corresponds to `branch-1.3` in the main Spark repo.
10-
117
Generally, you want to open PRs against the branch here that corresponds to the latest branch of Spark, unless you are backporting fixes for older versions.
128

13-
If you are backporting fixes for older versions of Spark, note that prior to 1.3.0 there was [non-obvious branch mapping](https://cwiki.apache.org/confluence/display/SPARK/spark-ec2+AMI+list+and+install+file+version+mappings) between this repo and the main Spark repo.
9+
The branches in this repo line up with [the branches in the Apache Spark repo](https://github.com/apache/spark/branches), with the exception of `master`, which this repo doesn't use. So, for example, `branch-1.3` here corresponds to `branch-1.3` in the main Spark repo. If `branch-1.3` is the latest Spark branch, then that's the branch you want to open your PR against here.
10+
11+
If you are backporting fixes for older versions of Spark, note that prior to 1.3.0 there was a [non-obvious branch mapping](https://cwiki.apache.org/confluence/display/SPARK/spark-ec2+AMI+list+and+install+file+version+mappings) between this repo and the main Spark repo.
1412

1513
## Testing your patch
1614

0 commit comments

Comments
 (0)