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

599 B

name, about, title, labels, assignees
name about title labels assignees
Bug report Report something wrong in this library bug

Describe the bug A clear and concise description of what the bug is.

To Reproduce

  1. Go Version:
  2. GoMC Version:
  3. Code:
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.