PYTHON-5401: Add AI Generated Contributions Policy#2696
Open
Jibola wants to merge 8 commits intomongodb:masterfrom
Open
PYTHON-5401: Add AI Generated Contributions Policy#2696Jibola wants to merge 8 commits intomongodb:masterfrom
Jibola wants to merge 8 commits intomongodb:masterfrom
Conversation
sleepyStick
reviewed
Feb 4, 2026
Jibola
commented
Feb 25, 2026
sleepyStick
previously approved these changes
Feb 25, 2026
Jibola
commented
Feb 26, 2026
CONTRIBUTING.md
Outdated
|
|
||
| - The PR Title format should always be | ||
| `[JIRA-ID] : Jira Title or Blurb Summary`. | ||
| **We do not accept pull requests that are primarily or substantially generated by AI tools** (ChatGPT, Copilot, etc.). All contributions must be written and understood by human contributors. |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| **We do not accept pull requests that are primarily or substantially generated by AI tools** (ChatGPT, Copilot, etc.). All contributions must be written and understood by human contributors. | |
| **We do not accept pull requests that are exclusively generated by AI tools without asserted confidence in code execution from the contributor**. All contributions must be written and understood by human contributors. |
Contributor
There was a problem hiding this comment.
oo this change makes sense, is there a reason why you haven't made it yet?
…driver into PYTHON-5401 # Please enter a commit message to explain why this merge is necessary,
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an explicit AI-generated contributions policy to the repository’s contributor documentation and updates the PR template to point contributors to that policy.
Changes:
- Added an “AI-Generated Contributions Policy” section to
CONTRIBUTING.md. - Updated
.github/pull_request_template.mdto reference the contributing guide’s policy.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
CONTRIBUTING.md |
Introduces a new policy section defining allowed/encouraged/disallowed AI usage and disclosure expectations. |
.github/pull_request_template.md |
Adjusts the AI note to direct contributors to the contributing guide for the full policy. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
sleepyStick
reviewed
Mar 18, 2026
.github/pull_request_template.md
Outdated
| @@ -7,7 +7,7 @@ for the PR title. A MongoDB employee will create a JIRA ticket and edit the name | |||
|
|
|||
| Note on AI Contributions: | |||
| We do not accept pull requests that are primarily or substantially generated by AI tools (ChatGPT, Copilot, etc.). | |||
Contributor
There was a problem hiding this comment.
wait i think this line should be updated too?
Jibola
commented
Mar 20, 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-5401
Changes in this PR
Test Plan
N/A
Checklist
Checklist for Author
Checklist for Reviewer