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: