You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/11/01 02:28:24 UTC

[apisix] branch master updated: docs: document the PR manners of APISIX (#5383)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7df2ea9  docs: document the PR manners of APISIX (#5383)
7df2ea9 is described below

commit 7df2ea996c336e630acee08b9b546644dea5e7f0
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Mon Nov 1 10:28:18 2021 +0800

    docs: document the PR manners of APISIX (#5383)
---
 .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 615ab31..e43448e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -4,6 +4,15 @@
 
 ### Pre-submission checklist:
 
+<!--
+Please follow the requirements:
+1. Use Draft if the PR is not ready to be reviewed
+2. Test is required for the feat/fix PR, unless you have a good reason
+3. Doc is required for the feat PR
+4. Use a new commit to resolve review instead of `push -f`
+5. Use "request review" to notify the reviewer once you have resolved the review
+-->
+
 * [ ] 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?