This is an automated email from the ASF dual-hosted git repository.
sijie 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 65953ca Update PR template
65953ca is described below
commit 65953ca2a93b95101071171598edfa1316b24834
Author: Sijie Guo <[email protected]>
AuthorDate: Fri Feb 2 21:36:02 2018 -0800
Update PR template
Descriptions of the changes in this PR:
- JIRA is not used anymore. Remove it from PR template.
Author: Sijie Guo <[email protected]>
Reviewers: Jia Zhai <None>
This closes #1111 from sijie/update_pr_template
---
.github/PULL_REQUEST_TEMPLATE.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6a0d6a6..b9558fa 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -19,10 +19,9 @@ Master Issue: #<master-issue-number>
> Otherwise:
>
> - [ ] Make sure the PR title is formatted like:
-> `<Issue # or BOOKKEEPER-#>: Description of pull request`
+> `<Issue #>: 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
> spotbugs:check`.
-> - [ ] Replace `<Issue # or BOOKKEEPER-#>` in the title with the actual
Issue/JIRA number.
+> - [ ] Replace `<Issue #>` in the title with the actual Issue number.
>
> ---
--
To stop receiving notification emails like this one, please contact
[email protected].