mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
issue template: ask for the iris version
Former-commit-id: 189aa0fc2b3bac3ad527727ae5237bb5788151d9
This commit is contained in:
parent
2f8b29cb3d
commit
e70ceba051
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -23,5 +23,16 @@ If applicable, add screenshots to help explain your problem.
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS: [e.g. ubuntu, windows]
|
- 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**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user