This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 91424a4a4e [community](*): remove type in checklist. (#11295) 91424a4a4e is described below commit 91424a4a4e51aad22bd99328f9bcdf7ea875e001 Author: jakevin <jakevin...@gmail.com> AuthorDate: Fri Jul 29 09:10:54 2022 +0800 [community](*): remove type in checklist. (#11295) --- .github/PULL_REQUEST_TEMPLATE.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7e4ae879df..13d98292b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,30 +6,22 @@ Issue Number: close #xxx ## Checklist(Required) -1. Type of your changes: - - [ ] Improvement - - [ ] Fix - - [ ] Feature-WIP - - [ ] Feature - - [ ] Doc - - [ ] Refator - - [ ] Others: -2. Does it affect the original behavior: +1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't know -3. Has unit tests been added: +2. Has unit tests been added: - [ ] Yes - [ ] No - [ ] No Need -4. Has document been added or modified: +3. Has document been added or modified: - [ ] Yes - [ ] No - [ ] No Need -5. Does it need to update dependencies: +4. Does it need to update dependencies: - [ ] Yes - [ ] No -6. Are there any changes that cannot be rolled back: +5. Are there any changes that cannot be rolled back: - [ ] Yes - [ ] No --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org