2019-08-27 20:13:28 +02:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: "[BUG]"
|
|
|
|
labels: type:bug
|
|
|
|
assignees: kataras
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
**To Reproduce**
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. [...]
|
|
|
|
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
**Screenshots**
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
|
|
|
|
**Desktop (please complete the following information):**
|
|
|
|
- OS: [e.g. ubuntu, windows]
|
|
|
|
|
2020-07-24 21:51:00 +02:00
|
|
|
**iris.Version**
|
2023-09-01 10:03:37 +02:00
|
|
|
- e.g. v12.2.5 or main
|
2020-07-24 21:51:00 +02:00
|
|
|
|
2023-09-01 10:03:37 +02:00
|
|
|
Please make sure the bug is reproducible over the `main` branch:
|
2020-07-24 21:51:00 +02:00
|
|
|
|
|
|
|
```sh
|
|
|
|
$ cd PROJECT
|
2023-08-20 02:12:46 +02:00
|
|
|
$ go get -u github.com/kataras/iris/v12@main
|
2020-07-24 21:51:00 +02:00
|
|
|
$ go run .
|
|
|
|
```
|
|
|
|
|
2019-08-27 20:13:28 +02:00
|
|
|
**Additional context**
|
|
|
|
Add any other context about the problem here.
|