Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/new-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading