Skip to content

Commit f82a399

Browse files
authored
Include AI usage checkbox in PR template
Added a section to indicate if AI was used in the PR.
1 parent 4d6d631 commit f82a399

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ If your PR solely consists of typos, at least one must be in the docs to warrant
2727
- [ ] Tests
2828
- [ ] Other
2929

30+
## AI?
31+
32+
- [ ] AI was used to generate this PR
33+
34+
AI generated PRs may be accepted, but only if @willmcgugan has responded on an issue or discussion.
35+
3036
## Checklist
3137

3238
- [ ] 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
3642

3743
## Description
3844

39-
Please describe your changes here. If this fixes a bug, please link to the issue, if possible.
45+
Please describe your changes here.
46+
47+
**Important:** Link to an issue or discussion regarding these changes.

0 commit comments

Comments
 (0)