This is an automated email from the ASF dual-hosted git repository.
shoothzj 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 5daf4a470b doc: update PR template to better link to issue (#4335)
5daf4a470b is described below
commit 5daf4a470b34e25fcdadbb0c2824ff42619aae2d
Author: ZhangJian He <[email protected]>
AuthorDate: Mon May 6 15:36:06 2024 +0800
doc: update PR template to better link to issue (#4335)
Signed-off-by: ZhangJian He <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE.md | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 84aacc432c..2bb2f40920 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,16 @@
Descriptions of the changes in this PR:
+<!-- Either this PR fixes an issue, -->
+Fix #xyz
+
+<!-- or this PR is one task of an issue -->
+
+Main Issue: #xyz
+
+<!-- If the PR belongs to a BP, please add the BP link here -->
+
+BP: #xyz
### Motivation
@@ -10,14 +20,12 @@ Descriptions of the changes in this PR:
(Describe: what changes you have made)
-Master Issue: #<master-issue-number>
-
> ---
> In order to uphold a high standard for quality for code contributions,
> Apache BookKeeper runs various precommit
> checks for pull requests. A pull request can only be merged when it passes
> precommit checks.
>
> ---
-> Be sure to do all of the following to help us incorporate your contribution
+> Be sure to do all the following to help us incorporate your contribution
> quickly and easily:
>
> If this PR is a BookKeeper Proposal (BP):