From 4a3ebb674e300b0fd5f496b48e452dad92dc20b0 Mon Sep 17 00:00:00 2001 From: WrBug Date: Tue, 10 Mar 2026 12:46:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20Bug=20=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84=20AI=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E4=BF=AE=E5=A4=8D=E7=A1=AE=E8=AE=A4=E5=A4=8D=E9=80=89?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- .github/ISSUE_TEMPLATE/ai-bug-report.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ai-bug-report.yml b/.github/ISSUE_TEMPLATE/ai-bug-report.yml index df2d7fc..6ab7a71 100644 --- a/.github/ISSUE_TEMPLATE/ai-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/ai-bug-report.yml @@ -183,19 +183,3 @@ body: - Does it only occur with specific datasets or users? / 是否只在特定数据集或特定用户情况下出现? / ... Any other context / 其他任何上下文信息... - - - type: checkboxes - id: ai-fix-approval - attributes: - label: 🤖 AI Auto-Fix Confirmation / AI 自动修复确认 - description: If you need AI to auto-fix this issue, check the options below (remember to add 'fix via ai' label after submission) - / 如需 AI 自动修复此 issue,请勾选下方选项(提交后记得添加 'fix via ai' 标签) - options: - - label: | - I understand the AI auto-fix workflow and agree to manually review the AI-created PR - / 我已了解 AI 自动修复的工作流程,并同意在 AI 创建 PR 后进行人工审核 - required: false - - label: | - This issue is suitable for AI auto-fix (not a security vulnerability, not a database migration, not a major change) - / 此问题适合 AI 自动修复(非安全漏洞、非数据库迁移、非重大变更) - required: false