Skip to content
Snippets Groups Projects
Commit bdc5c16e authored by Sean Owen's avatar Sean Owen Committed by Reynold Xin
Browse files

[SPARK-6889] [DOCS] CONTRIBUTING.md updates to accompany contribution doc updates

Part of the SPARK-6889 doc updates, to accompany wiki updates at https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark

See draft text at https://docs.google.com/document/d/1tB9-f9lmxhC32QlOo4E8Z7eGDwHx1_Q3O8uCmRXQTo8/edit#

Author: Sean Owen <sowen@cloudera.com>

Closes #5623 from srowen/SPARK-6889 and squashes the following commits:

03773b1 [Sean Owen] Part of the SPARK-6889 doc updates, to accompany wiki updates at https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark
parent 607eff0e
No related branches found
No related tags found
No related merge requests found
## Contributing to Spark ## Contributing to Spark
Contributions via GitHub pull requests are gladly accepted from their original *Before opening a pull request*, review the
author. Along with any pull requests, please state that the contribution is [Contributing to Spark wiki](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark).
your original work and that you license the work to the project under the It lists steps that are required before creating a PR. In particular, consider:
project's open source license. Whether or not you state this explicitly, by
submitting any copyrighted material via pull request, email, or other means - Is the change important and ready enough to ask the community to spend time reviewing?
you agree to license the material under the project's open source license and - Have you searched for existing, related JIRAs and pull requests?
warrant that you have the legal authority to do so. - Is this a new feature that can stand alone as a package on http://spark-packages.org ?
- Is the change being proposed clearly explained and motivated?
Please see the [Contributing to Spark wiki page](https://cwiki.apache.org/SPARK/Contributing+to+Spark) When you contribute code, you affirm that the contribution is your original work and that you
for more information. license the work to the project under the project's open source license. Whether or not you
state this explicitly, by submitting any copyrighted material via pull request, email, or
other means you agree to license the material under the project's open source license and
warrant that you have the legal authority to do so.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment