This is an automated email from the ASF dual-hosted git repository.
starsz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 3087c57 chore: update PULL_REQUEST_TEMPLATE (#1636)
3087c57 is described below
commit 3087c576c31c0872e206696dcefc172ada816651
Author: 琚致远 <[email protected]>
AuthorDate: Tue Mar 23 11:06:31 2021 +0800
chore: update PULL_REQUEST_TEMPLATE (#1636)
---
.github/PULL_REQUEST_TEMPLATE | 33 ++++++++++++---------------------
1 file changed, 12 insertions(+), 21 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 8576011..b5d09b0 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -1,32 +1,23 @@
-Please answer these questions before submitting a pull request
+Please answer these questions before submitting a pull request, **or your PR
will get closed**.
+
+**Why submit this pull request?**
-- Why submit this pull request?
- [ ] Bugfix
- [ ] New feature provided
- [ ] Improve performance
- [ ] Backport patches
-- Related issues
-
-___
-### Bugfix
-- Description
-
-- How to fix?
-
-___
-### New feature or improvement
-- Describe the details and related test reports.
+**What changes will this PR take into?**
-___
-### Please add the corresponding test cases if necessary.
+Please update this section with detailed description.
-___
-### Backport patches
-- Why need to backport?
+**Related issues**
-- Source branch
+fix/resolve #0001
-- Related commits and pull requests
+**Checklist:**
-- Target branch
+- [ ] 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? If it is not backward compatible, please
discuss on the mailing list first