Repository: zeppelin Updated Branches: refs/heads/master 300c9ef16 -> b05a1b699
Update github PR template to include link to setup travis CI ### What is this PR for? Add to the github PR template ### What type of PR is it? [Improvement] Author: Felix Cheung <felixcheun...@hotmail.com> Closes #2608 from felixcheung/traviscontri and squashes the following commits: 70c81d7 [Felix Cheung] type b52c028 [Felix Cheung] update Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/b05a1b69 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/b05a1b69 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/b05a1b69 Branch: refs/heads/master Commit: b05a1b699fd788ac8a4c73d2354a9e96f25e7035 Parents: 300c9ef Author: Felix Cheung <felixcheun...@hotmail.com> Authored: Wed Oct 4 10:12:23 2017 -0700 Committer: Felix Cheung <felixche...@apache.org> Committed: Wed Oct 4 22:21:39 2017 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b05a1b69/.github/PULL_REQUEST_TEMPLATE ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 526b414..25b263a 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -14,7 +14,9 @@ First time? Check out the contributing guide - https://zeppelin.apache.org/contr * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? -Outline the steps to test the PR here. +* First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration +* Strongly recommended: add automated unit tests for any new or changed behavior +* Outline any manual steps to test the PR here. ### Screenshots (if appropriate)