1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-28 13:24:40 +00:00
fiber/.github/ISSUE_TEMPLATE/bug_report.md
2020-02-02 12:45:19 +03:00

39 lines
643 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: "[🐞] "
labels: ""
assignees: ""
---
**Your environment:**
- Fiber Web Framework [e.g. `1.2.3`]:
- OS [e.g. `macOS 10.14.6`]:
- Golang [e.g. `1.13.7`]:
## Describe the bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Create func '...'
2. Run '...'
3. ...
4. See error
## Expected behavior
A clear and concise description of what you expected to happen.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Additional context
Add any other context about the problem here.