Update issue templates

This commit is contained in:
Tnze
2022-05-20 14:10:45 +08:00
committed by GitHub
parent df664e4e1f
commit 96a289bb8f

39
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,39 @@
---
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.