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
about: Track a new developer task to be completed.
4
+
labels: "Task"
5
+
---
6
+
7
+
<!-- ONLY FOR USE BY CORE DEVELOPERS. This template is only intended for use by core developers. If you are reporting a bug or requesting a new feature, please use the appropriate template. -->
8
+
9
+
## Summary
10
+
<!-- Brief description of this task -->
11
+
12
+
## Goal / Purpose
13
+
<!-- Why is this task needed? -->
14
+
15
+
## Additional Info Needed
16
+
<!-- Are there any discussion items that still need to be addressed, maybe with other developer? -->
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,30 @@
18
18
-
19
19
-
20
20
21
+
## AI-Use Disclosure
22
+
<!-- Contributors must disclose whether and how AI tools were used and highlight any areas of uncertainty or where they want focused reviewer feedback -->
23
+
24
+
-[ ]**AI tools were NOT used during the preparation of this PR**
25
+
26
+
or
27
+
28
+
-[ ]**AI tools contributed to the development of this PR**
29
+
-[ ] AI tools generated documentation (including the PR description/comments, code comments, and/or Sphinx documentation)
30
+
-[ ] AI tools generated tests (baselines, examples, and/or code)
31
+
-[ ] AI tools generated code (apart from tests)
32
+
33
+
*Review process (select ONE)*:
34
+
-[ ]**Rewritten**: All AI-generated content was rewritten by me before being committed.
35
+
-[ ]**Reviewed/verified**: I retained AI-generated content and verified it before committing. Verification included (as applicable):
36
+
-[ ] Ran the code and fixed issues
37
+
-[ ] Added and ran tests
38
+
-[ ] Checked correctness/logic of code and tests
39
+
-[ ] Checked for alignment with the contribution guide
40
+
-[ ] Considered security implications
41
+
-[ ]**As-is**: AI-generated content was commited directly to the repository
42
+
43
+
**Notes for reviewers (optional):**<!-- Where should reviewers focus? What are you least confident about? -->
44
+
21
45
### Legal Acknowledgement
22
46
23
47
By contributing to this software project, I have read the [contribution guide](https://pyomo.readthedocs.io/en/stable/contribution_guide.html) and agree to the following terms and conditions for my contribution:
0 commit comments