iris/.github/ISSUE_TEMPLATE/bug_report.md
Gerasimos (Makis) Maropoulos 3a7260391c
v12.2.0-beta7
2022-12-24 07:10:02 +02:00

39 lines
775 B
Markdown

---
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]
**iris.Version**
- e.g. v12.2.0-beta7 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.