Skip to content

Commit eddbd69

Browse files
authored
Add LLM/AI code disclosure section to PR template (#5196)
Added a section for LLM/AI generated code disclosure in the PR template.
1 parent 1e7644f commit eddbd69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ Changes made in this Pull Request:
88
<!-- Describe the changes that this PR makes. If applicable, use the following bullet list. -->
99
-
1010

11+
## LLM / AI generated code disclosure
12+
<!-- Please update this disclosure to reflect if you did or did not use LLMs / AI to generate code -->
13+
LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: yes / no
14+
1115
## PR Checklist
1216
<!-- Please use the following checklist to ensure the PR is ready to be reviewed/merged. -->
1317
- [ ] Issue raised/referenced?
1418
- [ ] Tests updated/added?
1519
- [ ] Documentation updated/added?
1620
- [ ] `package/CHANGELOG` file updated?
1721
- [ ] Is your name in `package/AUTHORS`? (If it is not, add it!)
22+
- [ ] LLM/AI disclosure was updated.
1823

1924
## Developers Certificate of Origin
2025
<!--

0 commit comments

Comments
 (0)