Skip to content

Commit 0406315

Browse files
committed
Update based on comments.
1 parent c827f75 commit 0406315

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

getting-started/generative-ai.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ of your contribution:
2626
- Make minimal, focused changes
2727
- Follow existing coding style and patterns
2828
- Write tests that exercise the change
29+
- Keep backwards compatibility with prior releases in mind. Existing tests may be ensuring specific API behaviors are maintained.
30+
31+
Pay close attention to AI generated recommendations for testing changes. Provide input about Python's testing principles when guiding an AI model. Always review the output from an AI model before opening a pull request or issue, including proposed PR or issue titles and descriptions.
2932

3033
Acceptable uses
3134
===============
@@ -44,5 +47,5 @@ AI tools were used or not.
4447

4548
If a contributor repeatedly opens unproductive issues or PRs, they may be blocked.
4649

47-
Sometimes AI assisted tools make failing unit tests pass by altering or bypassing the tests rather than addressing the
48-
underlying problem in the code. Such changes do not represent a real fix and are not acceptable.
50+
It is not acceptable to alter or bypass existing tests, or remove desired functionality, in order
51+
to make a failing test pass. Such changes are not a real fix.

0 commit comments

Comments
 (0)