mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-16 01:41:17 +08:00
22 lines
622 B
Markdown
22 lines
622 B
Markdown
---
|
|
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`):
|