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

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


The following commit(s) were added to refs/heads/master by this push:
     new 275e28417 [community] polish GitHub PR template. (#1079)
275e28417 is described below

commit 275e28417885a6dd223b512d57587afc7fb34d9b
Author: jakevin <[email protected]>
AuthorDate: Sat May 6 16:40:33 2023 +0800

    [community] polish GitHub PR template. (#1079)
---
 .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6f814b93b..0fbe15ee5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,17 +1,17 @@
-*(Please specify the module before the PR name: [core] ... or [flink] ...)*
+<!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
 
 ### Purpose
 
-*(What is the purpose of the change, or the associated issue)*
+<!-- What is the purpose of the change, or the associated issue -->
 
 ### Tests
 
-*(List UT and IT cases to verify this change)*
+<!-- List UT and IT cases to verify this change -->
 
-### API and Format 
+### API and Format
 
-*(Does this change affect API or storage format)*
+<!-- Does this change affect API or storage format -->
 
 ### Documentation
 
-*(Does this change introduce a new feature)*
+<!-- Does this change introduce a new feature -->

Reply via email to