PYTHON-5579 Add AI-Generated Contributions Policy#519
Merged
Conversation
Collaborator
|
I'd prefer a minimal CONTRIBUTING.md similar to Django's with a reference to the contributing documentation which is all-inclusive. Here's how similar info is organized in Django docs: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#ai-assisted-contributions |
Contributor
Author
I can agree with this. I'll make the structural change. |
Jibola
marked this pull request as ready for review
April 15, 2026 18:40
timgraham
force-pushed
the
add-ai-contributions-policy
branch
from
April 21, 2026 13:15
72acba1 to
44b943e
Compare
timgraham
force-pushed
the
add-ai-contributions-policy
branch
from
April 21, 2026 13:22
44b943e to
af7e00b
Compare
Policy mirrors the language adopted in the mongo-python-driver project.
timgraham
force-pushed
the
add-ai-contributions-policy
branch
from
April 21, 2026 13:27
af7e00b to
ae35f62
Compare
timgraham
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PYTHON-5579
Changes in this PR
Contribution policy and documentation updates:
Added a comprehensive AI-generated contributions policy in
docs/internals/contributing/ai-contributions-policy.rstUpdated reference to point to
docs/internals/contributing/index.rst.Added a new
CONTRIBUTING.mdfile with clear guidelines on submitting issues, bug fixes, and large code changes, and referenced the full contribution guidelines in the documentation.Updated
.github/PULL_REQUEST_TEMPLATE.mdto require PR titles in a specific format and to include a note about the AI contributions policy, ensuring contributors are aware of the new requirements.Test Plan
N/A
Checklist
Checklist for Author
Checklist for Reviewer