Skip to content

Commit

Permalink
issue template: ask for the iris version
Browse files Browse the repository at this point in the history
Former-commit-id: 189aa0fc2b3bac3ad527727ae5237bb5788151d9
  • Loading branch information
kataras committed Jul 24, 2020
1 parent 2f8b29c commit e70ceba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e70ceba

Please sign in to comment.