1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 19:23:48 +00:00
fiber/.github/ISSUE_TEMPLATE/---question.md
2020-07-21 20:46:02 +02:00

24 lines
294 B
Markdown

---
name: "\U0001F917 Question"
about: Ask a question so we can help
title: "\U0001F917 "
labels: 'Type: Question'
assignees: ''
---
**Question description**
**Code snippet** _Optional_
```go
package main
import "github.com/gofiber/fiber"
func main() {
app := fiber.New()
// ..
}
```