From 0d137549e678b78f65e5dc067c94ccf5b46b1a43 Mon Sep 17 00:00:00 2001 From: SungJin1212 Date: Mon, 18 May 2026 19:38:09 +0900 Subject: [PATCH] add AI tool usage notice to bug and feature request templates Signed-off-by: SungJin1212 --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 234056c931e..9a27e4ac675 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,13 @@ assignees: '' --- +**AI Tool Usage Notice** +If you used an AI tool to help draft this issue, +please make sure you have reviewed and validated all content before submitting. +You are responsible for the accuracy and quality of everything in this report. +Low-quality or unreviewed AI-generated submissions may be closed without further investigation. +See our [Generative AI Contribution Policy](https://github.com/cortexproject/cortex/blob/master/GENAI_POLICY.md) for details. + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d615..36ed2153141 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,13 @@ assignees: '' --- +**AI Tool Usage Notice** +If you used an AI tool to help draft this issue, +please make sure you have reviewed and validated all content before submitting. +You are responsible for the accuracy and quality of everything in this request. +Low-quality or unreviewed AI-generated submissions may be closed without further investigation. +See our [Generative AI Contribution Policy](https://github.com/cortexproject/cortex/blob/master/GENAI_POLICY.md) for details. + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]