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: getting-started/generative-ai.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,9 @@ Considerations for success
32
32
Maintaining consistency with the original code helps preserve clarity, traceability, and meaningful reviews and also helps us avoid unnecessary code churn.
33
33
- Sometimes AI assisted tools make failing unit tests pass by altering or bypassing the tests rather than addressing the underlying problem in the code.
34
34
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.
35
+
- Keep the following principles for the quality of your contributions in mind whether you use generative AI or not:
0 commit comments