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

duanzhengqiang 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 9c94a549097 Refactor : add some check lists to remind commiter what 
need to check before commit the PR (#20832)
9c94a549097 is described below

commit 9c94a54909743bc56ccd5f120558aec49ca65280
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Sep 7 12:43:39 2022 +0800

    Refactor : add some check lists to remind commiter what need to check 
before commit the PR (#20832)
    
    * Refactor : add some check lists to remind commiter what need to check 
before commit the PR.
    
    * Format : format the checklist
    
    * Refactor : remove useless parameter
---
 .github/PULL_REQUEST_TEMPLATE | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

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

Reply via email to