File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments