|
| 1 | +## Changes |
| 2 | + |
| 3 | +<!-- Describe what behavior is changed by this PR. --> |
| 4 | + |
| 5 | +## Deprecations / Breaking changes |
| 6 | + |
| 7 | +<!-- Delete this section if there are none. --> |
| 8 | + |
| 9 | +Please describe any deprecations or breaking changes (including to unstable public APIs). |
| 10 | + |
| 11 | +## AI assistance disclosure |
| 12 | + |
| 13 | +<!-- We request this information to assist reviewers in identifying AI-generated errors and other issues specific to AI usage. --> |
| 14 | +<!-- You may delete this section if you are an approver in this repository. --> |
| 15 | + |
| 16 | +Did you use AI tools to create any part of this pull request? |
| 17 | + |
| 18 | +Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used. |
| 19 | + |
| 20 | +- [ ] No — I did not use AI for this contribution. |
| 21 | +- [ ] Yes — minimal assistance (e.g., IDE autocomplete, small code completions, grammar fixes). |
| 22 | +- [ ] Yes — substantive assistance (AI-generated non‑trivial portions of code, tests, or documentation). |
| 23 | + |
| 24 | +If yes, I have fully reviewed and thoroughly understand all of the code written by AI |
| 25 | +(skip if you selected 'No' above): |
| 26 | + |
| 27 | +- [ ] Yes |
| 28 | +- [ ] No — please be specific about which parts you do not thoroughly understand: |
| 29 | + |
| 30 | +## Documentation (please check one with an [x]) |
| 31 | + |
| 32 | +- [ ] I have updated the documentation, or |
| 33 | +- [ ] No documentation update is required |
| 34 | + |
| 35 | +## How I've tested my work (please select one) |
| 36 | + |
| 37 | +I have verified these changes via: |
| 38 | + |
| 39 | +- [ ] Code inspection only, or |
| 40 | +- [ ] Newly added/modified unit tests, or |
| 41 | +- [ ] Other (please describe): |
0 commit comments