From 999e14bf5479e640240bb86c4b65cb1cbe4dbcdc Mon Sep 17 00:00:00 2001 From: Hakadao Date: Fri, 12 Apr 2024 15:49:05 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 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 00000000..9863063e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: 在这里提出你遇到的问题 +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +简单直接地描述你遇到的问题 + +**所用版本** + +**如何重现** +重现问题的步骤: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**预期行为** +简单直接地描述你期望的效果 + +**错误截图/视频** +最好有截图或视频方便我们排查 + +**浏览器(必填):** + - Chrome + - Safari + - Firefox + - Edge + +**Additional context** +Add any other context about the problem here.