diff --git a/.github/ISSUE_TEMPLATE/report-bugs.md b/.github/ISSUE_TEMPLATE/report-bugs.md new file mode 100644 index 0000000..17c65b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-bugs.md @@ -0,0 +1,31 @@ +--- +name: Report Bugs +about: Report things not working properly. +title: "[Bug] " +labels: bug +assignees: '' + +--- + +**描述错误 Describe the bug** +A clear and concise description of what the bug is. + +**重现方法 To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**预期行为 Expected behavior** +A clear and concise description of what you expected to happen. + +**截图 Screenshots** +If applicable, add screenshots to help explain your problem. + +**版本 Version (please complete the following information):** + - GTNN: [e.g. v1.0.0-alpha.3] + - GTNH: [e.g. v2.3.0.0] + +**其他 Additional context** +Add any other context about the problem here.