Require AI disclosure in PR descriptions#63366
Merged
RyanCavanaugh merged 1 commit intomicrosoft:mainfrom Apr 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s contribution guidance to reflect current project status and to add an explicit policy requiring disclosure of AI assistance in pull request descriptions.
Changes:
- Renames the top-level CONTRIBUTING heading to “Notes on Contributing”.
- Adds a new “Use of AI Assistance” section requiring AI-use disclosure in PR descriptions and describing enforcement.
Show a summary per file
| File | Description |
|---|---|
| CONTRIBUTING.md | Adds AI-assistance disclosure guidance and updates the document’s opening heading. |
Copilot's findings
Comments suppressed due to low confidence (1)
CONTRIBUTING.md:9
- “If your PR appears AI-authored” is subjective and may lead to inconsistent moderation outcomes. Consider rephrasing to an objective rule (e.g., require disclosure whenever any AI tool materially contributed) and describing the review/handling steps when disclosure is missing (request update vs immediate closure).
It is acceptable to use AI tools to assist in developing PRs. However, we ask that you disclose this in the PR description. If your PR appears AI-authored and you do not include this disclosure, your PR will be closed without review. Repeated violation of this will be considered disruptive conduct, which may result in being blocked from interaction with the organization.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Comment on lines
+7
to
+9
| ## Use of AI Assistance | ||
|
|
||
| It is acceptable to use AI tools to assist in developing PRs. However, we ask that you disclose this in the PR description. If your PR appears AI-authored and you do not include this disclosure, your PR will be closed without review. Repeated violation of this will be considered disruptive conduct, which may result in being blocked from interaction with the organization. |
There was a problem hiding this comment.
The disclosure requirement is hard to follow/enforce as written because it doesn’t specify the exact disclosure format or where in the PR description it should go. Consider adding a short, explicit template (e.g., a required “AI assistance used: yes/no (+ tools)” line) and aligning it with the repository PR template so contributors see it by default.
This issue also appears on line 9 of the same file.
DanielRosenwasser
approved these changes
Apr 6, 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.
🤖