mirror of https://github.com/gofiber/fiber.git
Delete bug_report.md
parent
805797c004
commit
5881eb6372
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "\U0001F41E "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Fiber version/commit**
|
||||
|
||||
**Issue description**
|
||||
|
||||
**Expected behavior**
|
||||
|
||||
**Steps to reproduce**
|
||||
|
||||
**Code snippet**
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import "github.com/gofiber/fiber"
|
||||
|
||||
func main() {
|
||||
app := fiber.New()
|
||||
// ..
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue