You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by ya...@apache.org on 2022/09/25 06:28:36 UTC

[incubator-streampark] branch dev updated: Fix PR template (#1679)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new bab068fae Fix PR template (#1679)
bab068fae is described below

commit bab068fae156831b2d1758e854d0f397a6d8517d
Author: ChunFu Wu <31...@qq.com>
AuthorDate: Sun Sep 25 14:28:29 2022 +0800

    Fix PR template (#1679)
    
    Thanks
---
 .github/PULL_REQUEST_TEMPLATE.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index da6f6393c..9c50837d4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -4,17 +4,18 @@ Thank you for contributing to StreamPark! Please make sure that your code change
 are covered with tests. And in case of new features or big changes
 remember to adjust the documentation.
 
-### What problem does this PR solve?
+-->
+
+## What problem does this PR solve?
 
 Issue Number: close #xxx <!-- REMOVE this line if no issue to close -->
 
 Problem Summary:
 
-### What is changed and how it works?
+## What is changed and how it works?
 
 Proposal: [xxx](url) <!-- REMOVE this line if not applicable -->
 
-
 Feel free to ping committers for the review!
 
 ## Contribution Checklist
@@ -25,7 +26,6 @@ Feel free to ping committers for the review!
 
   - Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`.
 
-
 ## Purpose of this pull request
 
 <!-- Describe the purpose of this pull request. For example: This pull request adds checkstyle plugin.-->