add ISSUE_TEMPLATE

This commit is contained in:
astaxie 2016-03-23 16:56:40 +08:00
parent 88816348b9
commit b78de2b440
1 changed files with 18 additions and 0 deletions

18
.github/ISSUE_TEMPLATE vendored Normal file
View File

@ -0,0 +1,18 @@
Please answer these questions before submitting your issue. Thanks!
1. What version of Go and beego are you using (`bee version`)?
2. What operating system and processor architecture are you using (`go env`)?
3. What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
4. What did you expect to see?
5. What did you see instead?