You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/11/10 08:35:45 UTC

kafka git commit: MINOR: Add pull request template

Repository: kafka
Updated Branches:
  refs/heads/trunk 84ddff679 -> 14e3ed048


MINOR: Add pull request template

Author: Ismael Juma <is...@juma.me.uk>

Reviewers: Jiangjie (Becket) Qin <be...@gmail.com>, Apurva Mehta <ap...@confluent.io>, Guozhang Wang <wa...@gmail.com>

Closes #4174 from ijuma/pull-request-template


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/14e3ed04
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/14e3ed04
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/14e3ed04

Branch: refs/heads/trunk
Commit: 14e3ed048c96bc441f5fc5c893833f705fd53241
Parents: 84ddff6
Author: Ismael Juma <is...@juma.me.uk>
Authored: Fri Nov 10 08:35:40 2017 +0000
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Fri Nov 10 08:35:40 2017 +0000

----------------------------------------------------------------------
 PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/14e3ed04/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..3a3a491
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
+*More detailed description of your change,
+if necessary. The PR title and PR message become
+the squashed commit message so use a separate
+comment to ping reviewers.*
+
+*Summary of testing strategy (including rationale)
+for the feature or bug fix. Unit and/or integration
+tests are expected for any behaviour change and
+system tests should be considered for larger changes.*
+
+### Committer Checklist
+- [ ] Verify design and implementation 
+- [ ] Verify test coverage and CI build status
+- [ ] Verify documentation (including upgrade notes)