mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Edit templates
This commit is contained in:
parent
cefa3c29df
commit
7bf467ee1d
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,40 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[🐞] "
|
||||
labels: ""
|
||||
title: "🐞 "
|
||||
labels: bug
|
||||
assignees: ""
|
||||
---
|
||||
**Fiber version/commit**
|
||||
|
||||
☝️ **Don't forget to add title above!** ☝️
|
||||
**Issue description**
|
||||
|
||||
**Your environment:**
|
||||
**Expected behavior**
|
||||
|
||||
- Fiber Web Framework [e.g. `1.2.3`]:
|
||||
- OS [e.g. `macOS 10.14.6`]:
|
||||
- Golang [e.g. `1.13.7`]:
|
||||
**Steps to reproduce**
|
||||
|
||||
## Describe the bug
|
||||
**Code snippet**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
```go
|
||||
package main
|
||||
|
||||
## To reproduce
|
||||
func main() {
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. Create func '...'
|
||||
2. Run '...'
|
||||
3. ...
|
||||
4. See error
|
||||
|
||||
## Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
### Screenshots
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
### Additional context
|
||||
|
||||
Add any other context about the problem here.
|
||||
}
|
||||
```
|
||||
|
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,21 +1,15 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[🔥] "
|
||||
labels: ""
|
||||
title: "🔥 "
|
||||
labels: enhancement
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
☝️ **Don't forget to add title above!** ☝️
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
**Is your feature request related to a problem?**
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
Loading…
x
Reference in New Issue
Block a user