Repository: spark Updated Branches: refs/heads/master 86c852cf2 -> 831429170
[MINOR][MAINTENANCE] Fix typo for the pull request template. ## 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) Author: Rahul Tanwani <[email protected]> Closes #11343 from tanwanirahul/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/83142917 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/83142917 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/83142917 Branch: refs/heads/master Commit: 831429170f39743e9f9dca92ce6f064eda67392b Parents: 86c852c Author: Rahul Tanwani <[email protected]> Authored: Wed Feb 24 00:45:31 2016 -0800 Committer: Reynold Xin <[email protected]> Committed: Wed Feb 24 00:45:31 2016 -0800 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/83142917/.github/PULL_REQUEST_TEMPLATE ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 39bcc84..989e95c 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -3,7 +3,7 @@ (Please fill in changes proposed in this fix) -## How was the this patch tested? +## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
