Include AI usage checkbox in PR template

Added a section to indicate if AI was used in the PR.
This commit is contained in:
Will McGugan 2025-12-02 10:18:00 +00:00 committed by GitHub
parent 4d6d631a3d
commit f82a399d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,12 @@ If your PR solely consists of typos, at least one must be in the docs to warrant
- [ ] Tests
- [ ] Other
## AI?
- [ ] AI was used to generate this PR
AI generated PRs may be accepted, but only if @willmcgugan has responded on an issue or discussion.
## Checklist
- [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code.
@ -36,4 +42,6 @@ If your PR solely consists of typos, at least one must be in the docs to warrant
## Description
Please describe your changes here. If this fixes a bug, please link to the issue, if possible.
Please describe your changes here.
**Important:** Link to an issue or discussion regarding these changes.