Files
go-mc/.github/ISSUE_TEMPLATE/bug_report.md
2022-05-20 14:10:45 +08:00

40 lines
599 B
Markdown

---
name: Bug report
about: Report something wrong in this library
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
1. Go Version:
2. GoMC Version:
3. Code:
```go
package main
// import "github.com/Tnze/go-mc/xxxxx"
func main() {
}
```
**Expected output**
A clear and concise description of what you expected to happen.
```
THE OUTPUT OF PREVIOUS CODE
```
**Current output**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.