Skip to content

Commit 0932330

Browse files
committed
chore: improve PR template & request AI usage disclosure
1 parent efb137c commit 0932330

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
## What problem does this PR solve?
1+
## Problem statement
2+
<!-- Briefly describe the issue this PR addresses. -->
23

3-
## How does the PR solve it?
4+
## Proposed solution
5+
<!-- Explain how this PR resolves the problem. -->
6+
7+
## AI usage disclosure
8+
<!-- If you used AI beyond simple autocomplete, describe how.
9+
AI-assisted code is not discouraged if it has been properly reviewed;
10+
this disclosure is for transparency. -->
411

512
## Checklist
6-
- [ ] Used only `camelCase` variable names.
7-
- [ ] If functionality is added or modified, also made respective changes to the
8-
`README.md` (the `.txt` file is auto-generated and does not need to be
9-
modified).
13+
- [ ] Variable names follow `camelCase` convention.
14+
- [ ] All AI-generated code has been reviewed by a human.
15+
- [ ] The `README.md` has been updated for any new or modified functionality
16+
(the `.txt` file is auto-generated and does not need to be modified).

0 commit comments

Comments
 (0)