You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,31 @@ Closes #
18
18
19
19
<!-- A minimal, complete, and reproducible example demonstrating features introduced by this pull request. See https://stackoverflow.com/help/minimal-reproducible-example for additional suggestions on how to create such an example. -->
20
20
21
+
22
+
**AI Statement (required)**
23
+
24
+
<!-- Please include one of the following options in your PR description:
25
+
26
+
- **No generative AI was used.** This contribution was written entirely without AI
27
+
assistance.
28
+
- **Limited use of generative AI.**
29
+
Standard or boilerplate code snippets were generated with AI and manually reviewed;
30
+
all design, logic, and implementation decisions were made by the contributor.
31
+
Examples: IDE code-completions or brief LLM queries for common patterns.
32
+
- **Extensive use of generative AI.**
33
+
Significant portions of code or documentation were generated with AI, including
34
+
logic and implementation decisions. All generated code and documentation were
35
+
reviewed and understood by the contributor. Examples: Output from agentic coding
36
+
tools and/or substantial refactoring by LLMs (web-based or local).
37
+
38
+
For additional information on Cantera's AI policy, see https://github.com/Cantera/cantera/blob/main/CONTRIBUTING.md-->
39
+
40
+
21
41
**Checklist**
22
42
23
43
-[ ] The pull request includes a clear description of this code change
24
44
-[ ] Commit messages have short titles and reference relevant issues
25
45
-[ ] Build passes (`scons build` & `scons test`) and unit tests address code coverage
0 commit comments