You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ca...@apache.org on 2021/03/10 11:13:54 UTC

[incubator-doris] branch master updated: [GitHub] Fix PR Template (#5494)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee91c04  [GitHub] Fix PR Template (#5494)
ee91c04 is described below

commit ee91c047faedb164450d47e7d8ce9c28eedc833f
Author: Cheng Pan <37...@qq.com>
AuthorDate: Wed Mar 10 19:13:43 2021 +0800

    [GitHub] Fix PR Template (#5494)
---
 .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 834dc43..a14aa83 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -7,21 +7,21 @@ Describe the big picture of your changes here to communicate to the maintainers
 What types of changes does your code introduce to Doris?
 _Put an `x` in the boxes that apply_
 
-- [] Bugfix (non-breaking change which fixes an issue)
-- [] New feature (non-breaking change which adds functionality)
-- [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-- [] Documentation Update (if none of the other choices apply)
-- [] Code refactor (Modify the code structure, format the code, etc...)
+- [ ] Bugfix (non-breaking change which fixes an issue)
+- [ ] New feature (non-breaking change which adds functionality)
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
+- [ ] Documentation Update (if none of the other choices apply)
+- [ ] Code refactor (Modify the code structure, format the code, etc...)
 
 ## Checklist
 
 _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
 
-- [] I have created an issue on (Fix #ISSUE) and described the bug/feature there in detail
-- [] Compiling and unit tests pass locally with my changes
-- [] I have added tests that prove my fix is effective or that my feature works
-- [] If these changes need document changes, I have updated the document
-- [] Any dependent changes have been merged
+- [ ] I have created an issue on (Fix #ISSUE) and described the bug/feature there in detail
+- [ ] Compiling and unit tests pass locally with my changes
+- [ ] I have added tests that prove my fix is effective or that my feature works
+- [ ] If these changes need document changes, I have updated the document
+- [ ] Any dependent changes have been merged
 
 ## Further comments
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org