You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by ma...@apache.org on 2016/12/06 08:03:46 UTC

incubator-gearpump git commit: [GEARPUMP-229] Add GitHub pull request template

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master f70359dc2 -> 5cf79bfd3


[GEARPUMP-229] Add GitHub pull request template

Author: manuzhang <ow...@gmail.com>

Closes #118 from manuzhang/add_gh_template.


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

Branch: refs/heads/master
Commit: 5cf79bfd37577029f41a745346787c964e59931e
Parents: f70359d
Author: manuzhang <ow...@gmail.com>
Authored: Tue Dec 6 16:03:31 2016 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Tue Dec 6 16:03:31 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/5cf79bfd/.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..175c743
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,8 @@
+Be sure to do all of the following to help us incorporate your contribution
+quickly and easily:
+
+ - [ ] Make sure the commit message is formatted like:
+   `[GEARPUMP-<Jira issue #>] Meaningful description of pull request` 
+ - [ ] Make sure tests pass via `sbt clean test`.
+ - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. 
+