From c81687963a16450b9176825198a06e59e1a0dce6 Mon Sep 17 00:00:00 2001 From: hiyouga <467089858@qq.com> Date: Tue, 2 Jul 2024 19:16:12 +0800 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 768adea6..8978c45f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,13 +1,19 @@ name: "\U0001F41B Bug / Help" description: Create a report to help us improve the LLaMA Factory body: + - type: markdown + attributes: + value: | + Issues included in FAQs or those with insufficient information may be closed without a response. + 包含在常见问题内或提供信息不完整的 issues 可能不会被回复。 + - type: checkboxes id: reminder attributes: label: Reminder description: | - Please ensure you have read the README carefully and searched the existing issues. - 请确保您已经认真阅读了 README 并且搜索过现有的 Issue。 + Please ensure you have read the README carefully and searched the existing issues (including FAQs). + 请确保您已经认真阅读了 README 并且搜索过现有的 issues(包括常见问题)。 options: - label: I have read the README and searched the existing issues.