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: CONTRIBUTING.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,13 +320,22 @@ Not breaking changes:
320
320
321
321
## AI-assisted Contributions
322
322
323
-
Contributions assisted by AI tools are welcome. However, the human author submitting the Pull Request (PR) bears full responsibility for the contributed code. This means:
324
-
325
-
***Understanding the Code:** You must be able to explain what the code does and why it's implemented that way.
326
-
***Vetting for Correctness and Functionality:** You are responsible for thoroughly testing and verifying that the code is correct, functional, and meets all project requirements and standards.
327
-
***Cogent Discussion:** You must be able to discuss the code, its implications, and any trade-offs made during its development, just as if you had written it entirely yourself.
328
-
329
-
If the human PR author cannot fulfill these responsibilities, the `rules_python` maintainers will not spend time reviewing or merging the PR. The goal is to ensure that all contributions, regardless of their origin, maintain the quality and integrity of the project and do not place an undue burden on maintainers.
323
+
Contributions assisted by AI tools are allowed. However, the human author
324
+
submitting the pull request is responsible for the contributed code as if they
325
+
had written it entirely themselves. This means:
326
+
327
+
***Understanding the code:** You must be able to explain what the code does
328
+
and why it's implemented that way. This includes discussing its
329
+
implications, and any trade-offs made during its development, just as if you
330
+
had written it entirely yourself.
331
+
***Vetting the correctness and functionality:** You are responsible for
332
+
thoroughly testing and verifying that the code is correct, functional, and
333
+
meets all project requirements and standards.
334
+
335
+
If the human PR author cannot fulfill these responsibilities, the `rules_python`
336
+
maintainers will not spend time reviewing or merging the PR. The goal is to
337
+
ensure that all contributions, regardless of their origin, maintain the quality
338
+
and integrity of the project and do not place an undue burden on maintainers.
0 commit comments