1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:24:14 +00:00

Merge branch 'master' into develop

This commit is contained in:
astaxie 2016-03-23 16:56:53 +08:00
commit 0a86926522

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?