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

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


The following commit(s) were added to refs/heads/master by this push:
     new 689c1894f4b Fix every PR linking to PR 123 (#21802)
689c1894f4b is described below

commit 689c1894f4bf6454e90b79a2ddb676b363d12a2e
Author: Yi Hu <[email protected]>
AuthorDate: Fri Jun 10 16:00:40 2022 -0400

    Fix every PR linking to PR 123 (#21802)
    
    * Fix every PR linking to Issue 123
    
    * remove redundant quotation marks
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e333820e771..64e4f71be2b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,7 +5,7 @@
 Thank you for your contribution! Follow this checklist to help us incorporate 
your contribution quickly and easily:
 
  - [ ] [**Choose 
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and 
mention them in a comment (`R: @username`).
- - [ ] Mention the appropriate issue in your description (for example: 
"addresses #123), if applicable. This will automatically add a link to the pull 
request in the issue. If you would like the issue to automatically close on 
merging the pull request, comment "fixes #<ISSUE NUMBER>" instead.
+ - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable. This will automatically add a link to the 
pull request in the issue. If you would like the issue to automatically close 
on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
  - [ ] Update `CHANGES.md` with noteworthy changes.
  - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
 

Reply via email to