Skip to content

Commit 2aad560

Browse files
committed
adjust wording about being disrespectful and about reviewing the output always.
1 parent 6130994 commit 2aad560

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

getting-started/generative-ai.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of your contribution:
2929
- Write tests that exercise the change
3030
- Keep backwards compatibility with prior releases in mind. Existing tests may be ensuring specific API behaviors are maintained.
3131

32-
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.
32+
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 before opening a pull request or issue, including proposed PR or issue titles and descriptions.
3333

3434
Acceptable uses
3535
===============
@@ -46,7 +46,9 @@ Unacceptable uses
4646
Maintainers may close issues and PRs that are not useful or productive, regardless of whether
4747
AI tools were used or not.
4848

49-
If a contributor repeatedly opens unproductive issues or PRs, they may be blocked.
49+
If a contributor repeatedly opens unproductive issues or PRs, they may be
50+
blocked from contributing to the project because it is disruptive and disrespectful
51+
of the maintainers time.
5052

5153
It is not acceptable to alter or bypass existing tests, or remove desired functionality, in order
5254
to make a failing test pass. Such changes are not a real fix.

0 commit comments

Comments
 (0)