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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9a3ae48  Update PULL_REQUEST_TEMPLATE.md (#5022)
9a3ae48 is described below

commit 9a3ae4839641d23f32057715ab1e88619d8dfdf8
Author: fredster33 <[email protected]>
AuthorDate: Tue Mar 9 19:40:21 2021 -0800

    Update PULL_REQUEST_TEMPLATE.md (#5022)
    
    When commented out, even if the PR creator forgets to remove the tips, they 
will not appear in the PR when it is submitted.
---
 .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c150c84..61603fa 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,19 +1,18 @@
-## *Tips*
-- *Thanks very much for contributing to Apache DolphinScheduler.*
-- *Please review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.*
+<!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
 
-## What is the purpose of the pull request
 
-*(For example: This pull request adds checkstyle plugin.)*
+## Purpose of the pull request
+
+<!--(For example: This pull request adds checkstyle plugin).-->
 
 ## Brief change log
 
-*(for example:)*
+<!--*(for example:)*
   - *Add maven-checkstyle-plugin to root pom.xml*
-
+-->
 ## Verify this pull request
 
-*(Please pick either of the following options)*
+<!--*(Please pick either of the following options)*-->
 
 This pull request is code cleanup without any test coverage.
 
@@ -25,8 +24,7 @@ This pull request is already covered by existing tests, such 
as *(please describ
 
 This change added tests and can be verified as follows:
 
-*(example:)*
-
+<!--*(example:)*
   - *Added dolphinscheduler-dao tests for end-to-end.*
   - *Added CronUtilsTest to verify the change.*
-  - *Manually verified the change by testing locally.*
+  - *Manually verified the change by testing locally.* -->

Reply via email to