Delete bug_report.md

pull/439/head
fenny 2020-06-04 01:39:36 +02:00 committed by GitHub
parent 805797c004
commit 5881eb6372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 29 deletions

View File

@ -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()
// ..
}
```