You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/12 06:24:45 UTC

[shardingsphere] branch master updated: Refactor : add new rule for github pull request template (#21519)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d7e099c3b2c Refactor : add new rule for github pull request template (#21519)
d7e099c3b2c is described below

commit d7e099c3b2c5a7f6d0b634c4d922c56d21da6172
Author: 孙念君 Nianjun Sun <su...@sphere-ex.com>
AuthorDate: Wed Oct 12 14:24:35 2022 +0800

    Refactor : add new rule for github pull request template (#21519)
---
 .github/PULL_REQUEST_TEMPLATE | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 2fc7b33855c..2e7e6bd16bc 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -10,6 +10,7 @@ Changes proposed in this pull request:
 Before committing this PR, I'm sure that I have checked the following options:
 - [ ] My code follows the [code of conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/) of this project.
 - [ ] I have self-reviewed the commit code.
-- [ ] I have passed maven check: `mvn clean install -B -T2C -DskipTests -Dmaven.javadoc.skip=true -e`.
+- [ ] I have (or in comment I request) added corresponding labels for the pull request.
+- [ ] I have passed maven check locally : `mvn clean install -B -T2C -DskipTests -Dmaven.javadoc.skip=true -e`.
 - [ ] I have made corresponding changes to the documentation.
 - [ ] I have added corresponding unit tests for my changes.