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.git
The following commit(s) were added to refs/heads/master by this push:
new fca0a8a fix: 4785 (#4832)
fca0a8a is described below
commit fca0a8a26adc4cc4baa848abafd36b2921dd1996
Author: tzssangglass <[email protected]>
AuthorDate: Mon Aug 16 20:35:01 2021 +0800
fix: 4785 (#4832)
---
.github/ISSUE_TEMPLATE/bug_report.yml | 2 ++
.github/ISSUE_TEMPLATE/improve-docs.md | 15 ---------------
.github/ISSUE_TEMPLATE/improve_docs.yml | 28 +++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/request-help.md | 21 --------------------
.github/ISSUE_TEMPLATE/request_help.yml | 34 +++++++++++++++++++++++++++++++++
5 files changed, 64 insertions(+), 36 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml
b/.github/ISSUE_TEMPLATE/bug_report.yml
index 7712e9d..0e7ccb6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,7 @@
name: "Bug report"
description: Create a report to help us improve
+title: "bug: "
+labels: [bug]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/improve-docs.md
b/.github/ISSUE_TEMPLATE/improve-docs.md
deleted file mode 100644
index 9b198dd..0000000
--- a/.github/ISSUE_TEMPLATE/improve-docs.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-name: Improve Docs
-about: Improve docs for Apache APISIX
-labels: doc, 'good first issue'
----
-
-# Improve Docs
-
-## Please describe which part of docs should be improved or typo fixed
-
-A clear and concise description of what you want and what your use case is.
-
-## Describe the solution you'd like
-
-A clear and concise description of what you want to happen.
diff --git a/.github/ISSUE_TEMPLATE/improve_docs.yml
b/.github/ISSUE_TEMPLATE/improve_docs.yml
new file mode 100644
index 0000000..ae2da43
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/improve_docs.yml
@@ -0,0 +1,28 @@
+name: "Improve Docs"
+description: Improve docs for Apache APISIX.
+title: "docs: "
+labels: [doc]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ The more information you fill in, the better we can help you.
+
+ - Please use English on public channel.
+ - Encourage using words rather than pictures to describe errors.
+ - Encourage pre-searching with keywords in the issue.
+
+ - type: textarea
+ id: description
+ attributes:
+ label: Improved or typo fixed.
+ description: Please describe which part of docs should be improved or
typo fixed.
+ validations:
+ required: true
+ - type: textarea
+ id: solution
+ attributes:
+ label: Solution
+ description: Describe the solution you'd like.
+ validations:
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/request-help.md
b/.github/ISSUE_TEMPLATE/request-help.md
deleted file mode 100644
index 1dc9e87..0000000
--- a/.github/ISSUE_TEMPLATE/request-help.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Request help template
-about: Please use this template for requesting help.
-title: 'request help: '
-labels: ''
-assignees: ''
-
----
-
-### Issue description
-
-### Environment
-
-Request help without environment information will be ignored or closed.
-
-* apisix version (cmd: `apisix version`):
-* OS (cmd: `uname -a`):
-* OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
-* etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info`
to get the info from server-info API):
-* apisix-dashboard version, if have:
-* luarocks version, if the issue is about installation (cmd: `luarocks
--version`):
diff --git a/.github/ISSUE_TEMPLATE/request_help.yml
b/.github/ISSUE_TEMPLATE/request_help.yml
new file mode 100644
index 0000000..44386d6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/request_help.yml
@@ -0,0 +1,34 @@
+name: "Request help"
+description: Please use this template for requesting help.
+title: "request help: "
+body:
+ - type: markdown
+ attributes:
+ value: |
+ The more information you fill in, the better we can help you.
+
+ - Please use English on public channel.
+ - Encourage using words rather than pictures to describe errors.
+ - Encourage pre-searching with keywords in the issue.
+
+ - type: textarea
+ id: description
+ attributes:
+ label: Issue description
+ description: Provide a clear and concise description of the help you
need.
+ validations:
+ required: true
+ - type: textarea
+ id: environment
+ attributes:
+ label: Environment
+ description: Request help without environment information will be
ignored or closed.
+ value: |
+ - apisix version (cmd: `apisix version`):
+ - OS (cmd: `uname -a`):
+ - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
+ - etcd version, if have (cmd: run `curl
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
+ - apisix-dashboard version, if have:
+ - luarocks version, if the issue is about installation (cmd: `luarocks
--version`):
+ validations:
+ required: true