You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2019/12/30 07:34:37 UTC

[carbondata] branch master updated: [HOTFIX] Modify pull request template

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7374a89  [HOTFIX] Modify pull request template
7374a89 is described below

commit 7374a894d6a53ac32734d59a5f320a3635efb905
Author: Jacky Li <ja...@qq.com>
AuthorDate: Mon Dec 30 15:33:51 2019 +0800

    [HOTFIX] Modify pull request template
---
 .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index d80ff46..5c3dceb 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,15 @@
-Be sure to do all of the following checklist to help us incorporate 
-your contribution quickly and easily:
-
- - [ ] Any interfaces changed?
+ ### Why is this PR needed?
  
- - [ ] Any backward compatibility impacted?
  
- - [ ] Document update required?
+ ### What changes were proposed in this PR?
+
+    
+ ### Does this PR introduce any user interface change?
+ - No
+ - Yes. (please explain the change and update document)
 
- - [ ] Testing done
-        Please provide details on 
-        - Whether new unit test cases have been added or why no new tests are required?
-        - How it is tested? Please attach test report.
-        - Is it a performance related change? Please attach the performance test report.
-        - Any additional information to help reviewers in testing this change.
-       
- - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
+ ### Is any new testcase added?
+ - No
+ - Yes
 
+