From f8d6fcbce741c60fb02bbe95076810f9ca8fc8b4 Mon Sep 17 00:00:00 2001 From: ZGY Date: Tue, 30 Jan 2024 18:52:34 +0800 Subject: [PATCH] Add bug report issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 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..b2ee720 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: Bug report +about: Create a bug report to help us improve MiniCPM | 提交一个 bug 报告来帮助我们改进 MiniCPM +title: "[BUG] xxx" +labels: '' +assignees: '' + +--- + +**Describe the bug / 描述这个 bug** +A clear and concise description of what the bug is. + +请用一段清晰且准确的描述,说明这个 bug 的是什么。 + + +**To Reproduce / 如何复现** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +复现这个 bug 的步骤: +1. 前往 '...' +2. 点击 '...' +3. 滚动到 '...' +4. 发现错误 + +**Expected behavior / 期望的结果** +A clear and concise description of what you expected to happen. + +请用一段清晰且准确的描述,说明你希望得到的正确结果应该是什么。 + +**Screenshots / 屏幕截图** +If applicable, add screenshots to help explain your problem. + +如果可以的话,添加一些屏幕截图帮助你更好的说明问题。 + +**Environment / 系统环境** + - OS: [e.g. Ubuntu 20.04] + - Pytorch: [e.g. torch 2.0.0] + - CUDA: [e.g. CUDA 11.8] + - Device: [e.g. A10, RTX3090] + +**Additional context / 其它信息** +Add any other context about the problem here. + +可以在此处添加其它和这个 bug 有关的信息。