mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
issue template: ask for the iris version
Former-commit-id: 189aa0fc2b3bac3ad527727ae5237bb5788151d9
This commit is contained in:
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user