This commit is contained in:
tzssangglass 2021-08-16 20:35:01 +08:00 committed by GitHub
parent a2723dc11b
commit fca0a8a26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 36 deletions

View File

@ -1,5 +1,7 @@
name: "Bug report"
description: Create a report to help us improve
title: "bug: "
labels: [bug]
body:
- type: markdown
attributes:

View File

@ -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
View 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

View File

@ -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
View 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