From 1d898efeb1f41ffc2bb1aaab1161df39b6d8c12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Tue, 14 Apr 2026 11:32:18 +0200 Subject: [PATCH] Ask submitters to declare their AI usage --- .github/ISSUE_TEMPLATE/new-extension.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-extension.yml b/.github/ISSUE_TEMPLATE/new-extension.yml index 4ea5afbec..3fdee9ac7 100644 --- a/.github/ISSUE_TEMPLATE/new-extension.yml +++ b/.github/ISSUE_TEMPLATE/new-extension.yml @@ -30,6 +30,13 @@ body: required: true - label: I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so. required: true + - type: checkboxes + id: ai-usage + attributes: + label: AI usage + options: + - label: I used an AI to generate some part of the code. + - label: I don't understand the generated code or I don't feel able to modify it. - type: textarea id: example attributes: