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/02/18 04:14:59 UTC

spark git commit: Add github pull request template

Repository: spark
Updated Branches:
  refs/heads/master b84404865 -> 892b2dd6d


Add github pull request template


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

Branch: refs/heads/master
Commit: 892b2dd6dd00d2088c75ab3c8443e8b3e44e5803
Parents: b844048
Author: Reynold Xin <rx...@databricks.com>
Authored: Wed Feb 17 22:14:45 2016 -0500
Committer: Reynold Xin <rx...@databricks.com>
Committed: Wed Feb 17 22:14:45 2016 -0500

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/892b2dd6/.github/PULL_REQUEST_TEMPLATE
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
new file mode 100644
index 0000000..39bcc84
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,12 @@
+## What changes were proposed in this pull request?
+
+(Please fill in changes proposed in this fix)
+
+
+## How was the 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)
+


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