Skip to content

Commit d5f260a

Browse files
committed
[GH] Add AI statement to PR template
1 parent b068b69 commit d5f260a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ Closes #
2525
- [ ] Build passes (`scons build` & `scons test`) and unit tests address code coverage
2626
- [ ] Style & formatting of contributed code follows [contributing guidelines](https://github.com/Cantera/cantera/blob/main/CONTRIBUTING.md)
2727
- [ ] The pull request is ready for review
28+
29+
**AI Statement (required)**
30+
31+
- [ ] **No use of generative AI**
32+
This contribution was written entirely without AI assistance.
33+
- [ ] **Limited use of generative AI (isolated code snippets only)**
34+
Small, non-novel snippets (e.g., boilerplate) were generated with AI and manually
35+
reviewed; all design, logic, and implementation decisions are original.
36+
- [ ] **Chat-assisted coding tools were used**
37+
(e.g., GitHub Copilot, Codex, Claude Code, Cursor, Windsurf, or similar).
38+
The contributor asserts that **all AI-assisted code was reviewed, verified for
39+
correctness, and validated to ensure it does not contain proprietary or
40+
license-incompatible material.**

0 commit comments

Comments
 (0)