Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions getting-started/generative-ai.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Generative AI
=============

Generative AI has evolved rapidly over the past decade and will continue in the future.
Using Generative AI and LLMs (Large Language Models) can be helpful tools for contributors.
Using generative AI and large language models (LLMs) can be helpful tools for contributors.
Their overuse can also be problematic, such as generation of incorrect code, inaccurate documentation, and unneeded code churn.
Discretion, good judgement, and critical thinking **must** be used when opening issues and pull requests.

Expand All @@ -14,12 +14,12 @@ Acceptable uses

Some of the acceptable uses of generative AI include:

- Assistance with writing comments, especially in a non-native Language
- Assistance with writing comments, especially in a non-native language
- Gaining understanding of existing code
- Supplementing contributor knowledge for code, tests, and documentation

Unacceptable uses
=================

If a maintainer believes that a PR or issue was **fully generated** by AI tools, the PR or issue will be closed.
If a contributor opens multiple, fully generated AI issues or PRs, the contributor may be blocked.
If a contributor opens multiple fully AI-generated issues or PRs, the contributor may be blocked.
Loading