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
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ This pull request:
12
12
13
13
> Does this pull request have any related issues?
14
14
15
-
This pull request:
15
+
This pull request has the following related issues:
16
16
17
-
-resolves #{{TODO: add issue number}}
17
+
- #{{TODO: add related issue number}}
18
18
19
19
## Questions
20
20
@@ -34,6 +34,26 @@ No.
34
34
35
35
-[ ] Read, understood, and followed the [contributing guidelines][contributing].
36
36
37
+
### AI Assistance
38
+
39
+
> When authoring the changes proposed in this PR, did you use any kind of AI assistance?
40
+
41
+
-[ ] Yes
42
+
-[ ] No
43
+
44
+
If you answered "yes" above, how did you use AI assistance?
45
+
46
+
-[ ] Code generation (e.g., when writing an implementation or fixing a bug)
47
+
-[ ] Test/benchmark generation
48
+
-[ ] Documentation (including examples)
49
+
-[ ] Research and understanding
50
+
51
+
#### Disclosure
52
+
53
+
> If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".
0 commit comments