Skip to content

Commit 65f3bbe

Browse files
willingchugovk
andauthored
Improve wording and spacing for principles
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent fdc2c42 commit 65f3bbe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

getting-started/generative-ai.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ Considerations 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.
35+
- Keep the following principles for the quality of your contributions in mind whether you use generative AI or not:
36+
37+
- Consider whether the change is necessary
38+
- Make minimal, focused changes
39+
- Follow existing coding style and patterns
40+
- Write tests that exercise the change

0 commit comments

Comments
 (0)