From e70ceba051b5052f9fa2c36189db68e32e6bd8a0 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 24 Jul 2020 22:51:00 +0300 Subject: [PATCH] issue template: ask for the iris version Former-commit-id: 189aa0fc2b3bac3ad527727ae5237bb5788151d9 --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4a09d307..b1ecdfba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,5 +23,16 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. ubuntu, windows] +**iris.Version** +- e.g. v12.2.0 or master + +Please make sure the bug is reproducible over the `master` branch: + +```sh +$ cd PROJECT +$ go get -u github.com/kataras/iris/v12@master +$ go run . +``` + **Additional context** Add any other context about the problem here.