This is an automated email from the ASF dual-hosted git repository.
kvn 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 fd30f33 chore: add issue and pr templates (#166)
fd30f33 is described below
commit fd30f339f4ccb352ab44a28667cc8e60542d2853
Author: Alex Zhang <[email protected]>
AuthorDate: Mon Jan 11 11:29:19 2021 +0800
chore: add issue and pr templates (#166)
---
.github/ISSUE_TEMPLATE/bug-report.md | 26 ++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/request-help.md | 16 ++++++++++++++++
.github/PULL_REQUEST_TEMPLATE | 29 +++++++++++++++++++++++++++++
3 files changed, 71 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md
b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..7cf97a6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,26 @@
+---
+name: Bug report template
+about: Please use this template for reporting suspected bugs.
+title: 'bug: '
+labels: ''
+assignees: ''
+
+---
+
+### Issue description
+
+### Environment
+
+* your apisix-ingress-controller version (output of `apisix-ingress-controller
version --long`);
+* your Kubernetes cluster version (output of `kubectl version`);
+* if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (`uname -a`).
+
+### Minimal test code / Steps to reproduce the issue
+
+1.
+2.
+3.
+
+### What's the actual result? (including assertion message & call stack if
applicable)
+
+### What's the expected result?
diff --git a/.github/ISSUE_TEMPLATE/request-help.md
b/.github/ISSUE_TEMPLATE/request-help.md
new file mode 100644
index 0000000..f97199e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/request-help.md
@@ -0,0 +1,16 @@
+---
+name: Request help template
+about: Please use this template for requesting help.
+title: 'request help: '
+labels: ''
+assignees: ''
+
+---
+
+### Issue description
+
+### Environment
+
+* your apisix-ingress-controller version (output of `apisix-ingress-controller
version --long`);
+* your Kubernetes cluster version (output of `kubectl version`);
+* if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (`uname -a`).
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
new file mode 100644
index 0000000..74f8569
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,29 @@
+Please answer these questions before submitting a 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.
+
+___
+### Backport patches
+- Why need to backport?
+
+- Source branch
+
+- Related commits and pull requests
+
+- Target branch