Repository: spark
Updated Branches:
  refs/heads/master 607eff0ed -> bdc5c16e7


[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 <so...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bdc5c16e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bdc5c16e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bdc5c16e

Branch: refs/heads/master
Commit: bdc5c16e76c5d0bc147408353b2ba4faa8e914fc
Parents: 607eff0
Author: Sean Owen <so...@cloudera.com>
Authored: Tue Apr 21 22:34:31 2015 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Tue Apr 21 22:34:31 2015 -0700

----------------------------------------------------------------------
 CONTRIBUTING.md | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/bdc5c16e/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6c6b05..f10d7e2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,16 @@
 ## Contributing to Spark
 
-Contributions via GitHub pull requests are gladly accepted from their original
-author. Along with any pull requests, please state that the contribution is
-your original work and that you 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.
+*Before opening a pull request*, review the 
+[Contributing to Spark 
wiki](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark). 
+It lists steps that are required before creating a PR. In particular, consider:
+
+- Is the change important and ready enough to ask the community to spend time 
reviewing?
+- Have you searched for existing, related JIRAs and pull requests?
+- 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)
-for more information.
+When you contribute code, you affirm that the contribution is your original 
work and that you 
+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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to