github: updated issue templates (#535)

This commit is contained in:
YuanSheng Wang 2019-09-18 10:15:02 +08:00 committed by GitHub
parent ec33865532
commit 0536e132d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Custom issue template
about: Please use this template for reporting suspected bugs or requests for help.
title: ''
labels: ''
assignees: ''
---
# Issue description
# Environment
* apisix version (cmd: `apisix version`):
* OS:
# Minimal test code / Steps to reproduce the issue
```
# your code
```
# What's the actual result? (include assertion message & call stack if applicable)
# What's the expected result?