mirror of
https://gitee.com/iresty/apisix.git
synced 2024-11-30 02:57:49 +08:00
fix: 4785 (#4832)
This commit is contained in:
parent
a2723dc11b
commit
fca0a8a26a
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: "Bug report"
|
||||
description: Create a report to help us improve
|
||||
title: "bug: "
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
15
.github/ISSUE_TEMPLATE/improve-docs.md
vendored
15
.github/ISSUE_TEMPLATE/improve-docs.md
vendored
@ -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.
|
28
.github/ISSUE_TEMPLATE/improve_docs.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/improve_docs.yml
vendored
Normal file
@ -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
|
21
.github/ISSUE_TEMPLATE/request-help.md
vendored
21
.github/ISSUE_TEMPLATE/request-help.md
vendored
@ -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`):
|
34
.github/ISSUE_TEMPLATE/request_help.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/request_help.yml
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user