apisix/.github/ISSUE_TEMPLATE/bug.md
2019-09-18 10:52:08 +08:00

33 lines
415 B
Markdown

---
name: Bug report
about: Please use this template for reporting suspected bugs.
title: ''
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?