From 7533e2bf8beaf35458fdad78661e50185c23a6b6 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 22 Feb 2017 17:15:46 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE.md It matches the official golang repo style now. Former-commit-id: b70ab22db457b00fd00c1abe69ddee1cd6249bf7 --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1f822f11..70881828 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,24 @@ -- Version : **6.2.0** +Please answer these questions before submitting your issue. Thanks! -- Operating System: +- [x] I have read the [GopherBOOk](http://gopherbook.iris-go.com), [Examples](https://github.com/iris-contrib/examples), [Contributing File](https://github.com/kataras/iris/blob/v6/.github/CONTRIBUTING.md) and **I'm sure that this issue is not posted** before. -- [x] I have read the [book](https://docs.iris-go.com), [examples](https://github.com/iris-contrib/examples), [contributing file](https://github.com/kataras/iris/blob/master/.github/CONTRIBUTING.md) and **I'm sure that this issue is not posted** & answered before. --------------- +### What version of Go are you using (`go version`)? + + +### What operating system and processor architecture are you using (`go env`)? + + +### What version of Iris are you using? + + +### What did you do? + +If possible, provide a recipe for reproducing the error. +A complete runnable program is good. + + +### What did you expect to see? + + +### What did you see instead?