This is an automated email from the ASF dual-hosted git repository.
tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 107b8f9 feat: added PULL_REQUEST_TEMPLATE (#181)
107b8f9 is described below
commit 107b8f9321057ae200126a3c86f7870de64da5fa
Author: Ayush das <[email protected]>
AuthorDate: Tue Jun 8 06:39:45 2021 +0530
feat: added PULL_REQUEST_TEMPLATE (#181)
---
.github/workflows/PULL_REQUEST_TEMPLATE | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE
b/.github/workflows/PULL_REQUEST_TEMPLATE
new file mode 100644
index 0000000..b5d09b0
--- /dev/null
+++ b/.github/workflows/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,23 @@
+Please answer these questions before submitting a pull request, **or your PR
will get closed**.
+
+**Why submit this pull request?**
+
+- [ ] Bugfix
+- [ ] New feature provided
+- [ ] Improve performance
+- [ ] Backport patches
+
+**What changes will this PR take into?**
+
+Please update this section with detailed description.
+
+**Related issues**
+
+fix/resolve #0001
+
+**Checklist:**
+
+- [ ] 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