mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-16 01:41:17 +08:00
29 lines
648 B
Markdown
29 lines
648 B
Markdown
---
|
|
name: Bug report template
|
|
about: Please use this template for reporting suspected bugs.
|
|
title: 'bug: '
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Issue description
|
|
|
|
### Environment
|
|
|
|
* 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:
|
|
|
|
### 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?
|