From 96a289bb8f2fe5859bac86c626bf6eb391003d86 Mon Sep 17 00:00:00 2001 From: Tnze <19628575+Tnze@users.noreply.github.com> Date: Fri, 20 May 2022 14:10:45 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6c8aed8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.