You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/07/14 03:06:32 UTC

[incubator-apisix] branch master updated: doc: add questions when submit PR. (#1839)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9ae9d12  doc: add questions when submit PR. (#1839)
9ae9d12 is described below

commit 9ae9d12e40ac5be8791eb9d0962e385539314b98
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Tue Jul 14 11:06:24 2020 +0800

    doc: add questions when submit PR. (#1839)
---
 .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f126750..0209e72 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,17 +1,8 @@
-NOTE: Please read the Contributing.md guidelines before submitting your patch:
+### Pre-submission checklist:
 
-https://github.com/apache/incubator-apisix/blob/master/Contributing.md#how-to-add-a-new-feature-or-change-an-existing-one
+*Please answer each of these after submitting your pull request:*
 
-### Summary
-
-SUMMARY_HERE
-
-### Full changelog
-
-* [Implement ...]
-* [Add related tests]
-* ...
-
-### Issues resolved
-
-Fix #XXX
+* [ ] Did you explain what problem does this PR solve? Or what new features have been added?
+* [ ] Have you added corresponding test cases?
+* [ ] Have you modified the corresponding document?
+* [ ] Is this PR backward compatible?