aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-10-12 11:14:03 -0700
committerReynold Xin <rxin@databricks.com>2016-10-12 11:14:03 -0700
commitf8062b63fc5e07a6bf4c153a74a966602865fa6e (patch)
treef4d8a2a714ed3c79a5431e0436d4bad655392dd8 /.github
parent5cc503f4fe9737a4c7947a80eecac053780606df (diff)
downloadspark-f8062b63fc5e07a6bf4c153a74a966602865fa6e.tar.gz
spark-f8062b63fc5e07a6bf4c153a74a966602865fa6e.tar.bz2
spark-f8062b63fc5e07a6bf4c153a74a966602865fa6e.zip
[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 <sowen@cloudera.com> Closes #15429 from srowen/SPARK-17840.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 989e95ccd0..0e41cf1826 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.