diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 7779bb0e..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Question -about: Ask a question so we can help -title: "\U0001F914 " -labels: question -assignees: '' - ---- - -**Question description** - -**Code snippet (optional)** - -```go -package main - -import "github.com/gofiber/fiber" - -func main() { - app := fiber.New() - // .. -} -```