You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2020/03/12 04:16:09 UTC

[kylin] branch master updated: Make minor change for pr template

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b61d498  Make minor change for pr template
b61d498 is described below

commit b61d4989a842c06f993e9a3df75262c764972589
Author: nichunen <ni...@apache.org>
AuthorDate: Thu Mar 12 12:14:14 2020 +0800

    Make minor change for pr template
---
 .github/pull_request_template.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index e67e323..94c0d7e 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -20,7 +20,7 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating
 - [ ] Commit messages in my PR start with the related jira ID, like "KYLIN-0000 Make Kylin project open-source"
 - [ ] Compiling and unit tests pass locally with my changes
 - [ ] I have added tests that prove my fix is effective or that my feature works
-- [ ] I have added necessary documentation (if appropriate)
+- [ ] If this change need a document change, I will prepare another pr against the `document` branch
 - [ ] Any dependent changes have been merged
 
 ## Further comments