mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
Create ISSUE_TEMPLATE.md
This commit is contained in:
parent
02f12767fd
commit
9f23055745
23
.github/ISSUE_TEMPLATE.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
### Description
|
||||
|
||||
### Checklist
|
||||
|
||||
- [ ] Dependencies installed
|
||||
- [ ] No typos
|
||||
|
||||
### Expected behaviour
|
||||
|
||||
### Actual behaviour
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
### Working code to debug
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
func main() {
|
||||
}
|
||||
```
|
||||
|
||||
### Version/commit
|
Loading…
Reference in New Issue
Block a user