You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2017/06/29 08:18:00 UTC

[bookkeeper] branch master updated: Issue 212: change github PR template to adjust both issue# and jira# (#213)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new b964899  Issue 212: change github PR template to adjust both issue# and jira# (#213)
b964899 is described below

commit b9648998802ce4bf256e33ffd6296b4c973a4824
Author: Jia Zhai <ji...@users.noreply.github.com>
AuthorDate: Thu Jun 29 16:17:58 2017 +0800

    Issue 212: change github PR template to adjust both issue# and jira# (#213)
    
    change PR template to adjust both issue# and jira#
    
    closes #212
---
 .github/PULL_REQUEST_TEMPLATE.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6c55440..9ecd4d7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,15 +1,16 @@
 Descriptions of the changes in this PR:
 
-xxxxxx
+(PR description content here)...
 
 ---
 Be sure to do all of the following to help us incorporate your contribution
 quickly and easily:
 
 - [ ] Make sure the PR title is formatted like:
-    `<Issue #>: Description of pull request`
+    `<Issue # or BOOKKEEPER-#>: Description of pull request`
     `e.g. Issue 123: Description ...`
+    `e.g. BOOKKEEPER-1234: Description ...`
 - [ ] Make sure tests pass via `mvn clean apache-rat:check install findbugs:check`.
-- [ ] Replace `<Issue #>` in the title with the actual Issue number, if there is one.
+- [ ] Replace `<Issue # or BOOKKEEPER-#>` in the title with the actual Issue/JIRA number.
 
 ---

-- 
To stop receiving notification emails like this one, please contact
['"commits@bookkeeper.apache.org" <co...@bookkeeper.apache.org>'].