This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 3bc0587f chore: Add more types in the pull request template (#1644)
3bc0587f is described below
commit 3bc0587fa044ef8c21e3b396d88bfbd96db6979e
Author: Deepjyoti Barman <[email protected]>
AuthorDate: Mon Feb 6 15:11:41 2023 +0530
chore: Add more types in the pull request template (#1644)
---
.github/PULL_REQUEST_TEMPLATE | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 3e655856..bcc2761b 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -4,12 +4,19 @@
<!-- Please delete options that are not relevant. -->
+<!-- Select all the options from below that matches the type your PR best -->
+
- [ ] Bugfix
- [ ] New feature provided
- [ ] Improve performance
- [ ] Backport patches
+- [ ] Documentation
+- [ ] Refactor
+- [ ] Chore
+- [ ] CI/CD or Tests
### What this PR does / why we need it:
+
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
@@ -24,7 +31,7 @@ Please follow the requirements:
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?
-* [ ] Is this PR backward compatible? **If it is not backward compatible,
please discuss on the [mailing
list](https://github.com/apache/apisix-ingress-controller#community) first**
+- [ ] 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](https://github.com/apache/apisix-ingress-controller#community) first**