|
1 | 1 | ## Contributing to Spark
|
2 | 2 |
|
3 |
| -Contributions via GitHub pull requests are gladly accepted from their original |
4 |
| -author. Along with any pull requests, please state that the contribution is |
5 |
| -your original work and that you license the work to the project under the |
6 |
| -project's open source license. Whether or not you state this explicitly, by |
7 |
| -submitting any copyrighted material via pull request, email, or other means |
8 |
| -you agree to license the material under the project's open source license and |
9 |
| -warrant that you have the legal authority to do so. |
| 3 | +*Before opening a pull request*, review the |
| 4 | +[Contributing to Spark wiki](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark). |
| 5 | +It lists steps that are required before creating a PR. In particular, consider: |
| 6 | + |
| 7 | +- Is the change important and ready enough to ask the community to spend time reviewing? |
| 8 | +- Have you searched for existing, related JIRAs and pull requests? |
| 9 | +- Is this a new feature that can stand alone as a package on http://spark-packages.org ? |
| 10 | +- Is the change being proposed clearly explained and motivated? |
10 | 11 |
|
11 |
| -Please see the [Contributing to Spark wiki page](https://cwiki.apache.org/SPARK/Contributing+to+Spark) |
12 |
| -for more information. |
| 12 | +When you contribute code, you affirm that the contribution is your original work and that you |
| 13 | +license the work to the project under the project's open source license. Whether or not you |
| 14 | +state this explicitly, by submitting any copyrighted material via pull request, email, or |
| 15 | +other means you agree to license the material under the project's open source license and |
| 16 | +warrant that you have the legal authority to do so. |
0 commit comments