You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/10/12 18:14:05 UTC

spark git commit: [SPARK-17840][DOCS] Add some pointers for wiki/CONTRIBUTING.md in README.md and some warnings in PULL_REQUEST_TEMPLATE

Repository: spark
Updated Branches:
  refs/heads/master 5cc503f4f -> f8062b63f


[SPARK-17840][DOCS] Add some pointers for wiki/CONTRIBUTING.md in README.md and some warnings in PULL_REQUEST_TEMPLATE

## What changes were proposed in this pull request?

Link to contributing wiki in PR template, README.md

## How was this patch tested?

Doc-only change, tested by Jekyll

Author: Sean Owen <so...@cloudera.com>

Closes #15429 from srowen/SPARK-17840.


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

Branch: refs/heads/master
Commit: f8062b63fc5e07a6bf4c153a74a966602865fa6e
Parents: 5cc503f
Author: Sean Owen <so...@cloudera.com>
Authored: Wed Oct 12 11:14:03 2016 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Wed Oct 12 11:14:03 2016 -0700

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE | 4 +---
 README.md                     | 5 +++++
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f8062b63/.github/PULL_REQUEST_TEMPLATE
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 989e95c..0e41cf1 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -2,11 +2,9 @@
 
 (Please fill in changes proposed in this fix)
 
-
 ## How was this patch tested?
 
 (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
-
-
 (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
 
+Please review https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark before opening a pull request.

http://git-wip-us.apache.org/repos/asf/spark/blob/f8062b63/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c77c429..dd7d0e2 100644
--- a/README.md
+++ b/README.md
@@ -97,3 +97,8 @@ building for particular Hive and Hive Thriftserver distributions.
 
 Please refer to the [Configuration Guide](http://spark.apache.org/docs/latest/configuration.html)
 in the online documentation for an overview on how to configure Spark.
+
+##�Contributing
+
+Please review the [Contribution to Spark](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark)
+wiki for information on how to get started contributing to the project.


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