2019-09-18 10:15:02 +08:00
|
|
|
---
|
2019-09-18 11:01:36 +08:00
|
|
|
name: Bug report template
|
2019-09-18 10:52:08 +08:00
|
|
|
about: Please use this template for reporting suspected bugs.
|
2019-09-18 11:01:36 +08:00
|
|
|
title: 'bug: '
|
2019-09-18 10:15:02 +08:00
|
|
|
labels: ''
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
# Issue description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Environment
|
|
|
|
|
2019-09-18 10:52:08 +08:00
|
|
|
* apisix version (cmd: `apisix version`):
|
|
|
|
* OS:
|
2019-09-18 10:15:02 +08:00
|
|
|
|
|
|
|
# Minimal test code / Steps to reproduce the issue
|
|
|
|
|
2019-09-18 10:52:08 +08:00
|
|
|
```shell
|
|
|
|
# your steps
|
|
|
|
1.
|
|
|
|
2.
|
|
|
|
3.
|
2019-09-18 10:15:02 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# What's the actual result? (include assertion message & call stack if applicable)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# What's the expected result?
|