You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/06/08 04:26:48 UTC

[incubator-shenyu] branch master updated: Update PULL_REQUEST_TEMPLATE.md (#3497)

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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new fe1c82aee Update PULL_REQUEST_TEMPLATE.md (#3497)
fe1c82aee is described below

commit fe1c82aee6ec01ab6ff2752d225feb9979ffa746
Author: Luke.Z <10...@users.noreply.github.com>
AuthorDate: Wed Jun 8 12:26:43 2022 +0800

    Update PULL_REQUEST_TEMPLATE.md (#3497)
---
 .github/PULL_REQUEST_TEMPLATE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 52ce02309..fd7b6b28d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,4 @@
-// Describe your PR here; eg. Fixes #issueNo
+<!-- Describe your PR here; eg. Fixes #issueNo -->
 
 <!--
 Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request.
@@ -7,4 +7,4 @@ Make sure that:
 
 - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide).
 - [ ] You submit test cases (unit or integration tests) that back your changes.
-- [ ] Your local test passed `mvn clean install -Dmaven.javadoc.skip=true`.
+- [ ] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`.