From f07a8fe3789813c0ca9def43224a4c650021b087 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 2 Apr 2025 19:04:19 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 --------------------------- .github/ISSUE_TEMPLATE/提交一个bug.md | 35 +++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/提交一个bug.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 212db0b3..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: 提交一个 BUG -title: "[BUG]" -labels: bug -assignees: xerrors - ---- - -**描述这个 bug** -A clear and concise description of what the bug is. - -**如何复现(什么情况下出现)** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -### 1️⃣ 检查 `docker logs` -请运行以下命令,并提供部分相关日志: - -```sh -docker logs --tail=100 api-dev -``` - -### 2️⃣ 切换在线模型 -如果问题与模型调用相关,请尝试切换到其他在线模型: - -**截图** -If applicable, add screenshots to help explain your problem. - - -**其他相关信息** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/提交一个bug.md b/.github/ISSUE_TEMPLATE/提交一个bug.md new file mode 100644 index 00000000..b45c3ecc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/提交一个bug.md @@ -0,0 +1,35 @@ +--- +name: 提交一个BUG +about: 提交一个 BUG +title: "[BUG]" +labels: bug +assignees: xerrors + +--- + +### 描述这个 bug + +简单描述一下这个 BUG: + +### 如何复现 + +什么情况下出现: + +### 相关信息 + +**1)检查 `docker logs`** + +请运行以下命令,并提供部分相关日志: + +```sh +docker logs --tail=100 api-dev +``` + +如果问题与模型调用相关,请尝试切换到其他在线模型 + +**2)相关截图** + + + + +**3)其他相关信息**