mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 17:31:45 +08:00
33 lines
429 B
Markdown
33 lines
429 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:
|
|
|
|
# Minimal test code / Steps to reproduce the issue
|
|
|
|
```shell
|
|
# your steps
|
|
1.
|
|
2.
|
|
3.
|
|
```
|
|
|
|
# What's the actual result? (include assertion message & call stack if applicable)
|
|
|
|
|
|
|
|
# What's the expected result?
|