mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Update issue templates
This commit is contained in:
parent
d5a7c2bbbc
commit
805797c004
28
.github/ISSUE_TEMPLATE/---bug.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/---bug.md
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
name: "\U0001F41B Bug"
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: "\U0001F41B "
|
||||||
|
labels: 'Type: Bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Fiber version**
|
||||||
|
|
||||||
|
**Issue description**
|
||||||
|
|
||||||
|
**Code snippet**
|
||||||
|
|
||||||
|
```go
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "github.com/gofiber/fiber"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
app := fiber.New()
|
||||||
|
|
||||||
|
// Steps to reproduce
|
||||||
|
|
||||||
|
app.Listen(3000)
|
||||||
|
}
|
||||||
|
```
|
16
.github/ISSUE_TEMPLATE/---feature.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/---feature.md
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: "\U0001F680 Feature"
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: "\U0001F680 "
|
||||||
|
labels: 'Type: Feature'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem?**
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
|
||||||
|
**Additional context**
|
23
.github/ISSUE_TEMPLATE/---question.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/---question.md
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: "\U0001F914 Question"
|
||||||
|
about: Ask a question so we can help
|
||||||
|
title: "\U0001F914 "
|
||||||
|
labels: 'Type: Question'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Question description**
|
||||||
|
|
||||||
|
**Code snippet** _Optional_
|
||||||
|
|
||||||
|
```go
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "github.com/gofiber/fiber"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
app := fiber.New()
|
||||||
|
// ..
|
||||||
|
}
|
||||||
|
```
|
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: "🐞 "
|
title: "\U0001F41E "
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ""
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Fiber version/commit**
|
**Fiber version/commit**
|
||||||
|
|
||||||
**Issue description**
|
**Issue description**
|
||||||
|
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "🔥 "
|
title: "\U0001F525 "
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: ""
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem?**
|
**Is your feature request related to a problem?**
|
||||||
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
6
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Ask a question so we can help
|
about: Ask a question so we can help
|
||||||
title: "🤔 "
|
title: "\U0001F914 "
|
||||||
labels: question
|
labels: question
|
||||||
assignees: ""
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Question description**
|
**Question description**
|
||||||
|
|
||||||
**Code snippet (optional)**
|
**Code snippet (optional)**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user