Repository: incubator-beam
Updated Branches:
  refs/heads/master 706fc5376 -> 460505175


Add GitHub pull request template


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

Branch: refs/heads/master
Commit: ed690c069360791e881a3e487cc3146a8aa280ce
Parents: 706fc53
Author: Kenneth Knowles <k...@google.com>
Authored: Mon Mar 28 09:30:38 2016 -0700
Committer: Kenneth Knowles <k...@google.com>
Committed: Mon Mar 28 09:30:38 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/ed690c06/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..05b0430
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
+[BEAM-<Jira issue #>] Description of pull request
+
+Be sure to do all of the following to help us incorporate your contribution
+quickly and easily:
+
+ - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable 
+       Travis-CI for on your fork and ensure the whole test matrix passes).
+ - [ ] Replace "<Jira issue #>" in the title with the actual Jira issue 
+       number, if there is one.
+ - [ ] If this contribution is large, please file an Apache
+       [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
+       

Reply via email to