Skip to content

Commit 3b1b75c

Browse files
committed
fix
1 parent f7d40f8 commit 3b1b75c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

getting-started/generative-ai.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Considerations or Keys for Success
3232
Maintaining consistency with the original code helps preserve clarity, traceability, and meaningful reviews and also helps us avoid unnecessary code churn.
3333
- Sometimes AI assisted tools make failing unit tests pass by altering or bypassing the tests rather than addressing the underlying problem in the code.
3434
Such changes do not represent a real fix. Authors must review the work done by AI tooling in detail to ensure it actually makes sense before proposing it as a PR.
35+
- Please keep following principles for the quality of your contributions in mind whether you use generative AI or not:
36+
- Consider whether the change is necessary.
37+
- Make minimal, focused changes.
38+
- Follow existing coding style and patterns.
39+
- Write tests that exercise the change.

0 commit comments

Comments
 (0)