mirror of https://github.com/gofiber/fiber.git
commit
298e57f1db
|
@ -1,40 +1,24 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: "[🐞] "
|
title: "🐞 "
|
||||||
labels: ""
|
labels: bug
|
||||||
assignees: ""
|
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`]:
|
**Steps to reproduce**
|
||||||
- OS [e.g. `macOS 10.14.6`]:
|
|
||||||
- Golang [e.g. `1.13.7`]:
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
|
@ -1,21 +1,15 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "[🔥] "
|
title: "🔥 "
|
||||||
labels: ""
|
labels: enhancement
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
☝️ **Don't forget to add title above!** ☝️
|
**Is your feature request related to a problem?**
|
||||||
|
|
||||||
**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 [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Describe the solution you'd like**
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Describe alternatives you've considered**
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask a question so we can help
|
||||||
|
title: "🤔 "
|
||||||
|
labels: question
|
||||||
|
assignees: ""
|
||||||
|
---
|
||||||
|
**Question description**
|
||||||
|
|
||||||
|
**Code snippet (optional)**
|
||||||
|
|
||||||
|
```go
|
||||||
|
package main
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
|
||||||
|
}
|
||||||
|
```
|
|
@ -136,17 +136,17 @@ func main() {
|
||||||
|
|
||||||
## Project assistance
|
## Project assistance
|
||||||
|
|
||||||
If you want to say «thank you» or/and support active development `gofiber/fiber`:
|
If you want to say **thank you** or/and support active development `gofiber/fiber`:
|
||||||
|
|
||||||
1. Add a GitHub Star to project.
|
1. Add a GitHub Star to project.
|
||||||
2. Tweet about project [on your Twitter](https://twitter.com/intent/tweet?text=%F0%9F%94%8C%20Fiber%20is%20an%20Express.js%20inspired%20Go%20web%20framework%20build%20on%20%F0%9F%9A%80%20Fasthttp%20https%3A%2F%2Fgithub.com%2Fgofiber%2Ffiber).
|
2. Tweet about project [on your Twitter](https://twitter.com/intent/tweet?text=%F0%9F%94%8C%20Fiber%20is%20an%20Express.js%20inspired%20Go%20web%20framework%20build%20on%20%F0%9F%9A%80%20Fasthttp%20https%3A%2F%2Fgithub.com%2Fgofiber%2Ffiber).
|
||||||
3. Help us to translate this `README` and [API Docs](https://gofiber.github.io/fiber/) to another language.
|
3. Help us to translate this `README` and [API Docs](https://gofiber.github.io/fiber/) to another language.
|
||||||
|
|
||||||
Thanks for your support! 😘 Together, we make `Fiber Web Framework` better every day.
|
Thanks for your support! 😘 Together, we make `Fiber`.
|
||||||
|
|
||||||
## Stargazers over time
|
## Stargazers over time
|
||||||
|
|
||||||
[](https://starchart.cc/gofiber/fiber)
|
[](https://starchart.cc/gofiber/fiber)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue