MDEV-39572: Add marking requirements for AI-assisted contributions to COMMUNITY_CONTRIBUTIONS.md#5065
Open
gkodinov wants to merge 1 commit into
Open
MDEV-39572: Add marking requirements for AI-assisted contributions to COMMUNITY_CONTRIBUTIONS.md#5065gkodinov wants to merge 1 commit into
gkodinov wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the COMMUNITY_CONTRIBUTIONS.md file to include a new section on contribution header requirements, specifically encouraging the use of 'Co-Authored-By' git trailers for co-authored or AI-generated work. The review feedback identifies and provides corrections for typos in the section header and the example email address.
… COMMUNITY_CONTRIBUTIONS.md Explained the use of git commit trailers to mark contributions co-developed using AI tools.
ParadoxV5
reviewed
May 12, 2026
|
|
||
| Git supports adding "trailers" to a commit message. Contributors | ||
| submitting pull requests that contain co-authored commits are | ||
| **strongly encouraged** to add a specific "Co-Authored-By:" |
Contributor
There was a problem hiding this comment.
Co-author tagging should be required if
- The bot can pass Turing tests.
- The human rewrote little to no output
(entirely vibecoded or have only reviewed).
| > If there's no Jira or no reference to it in your pull request | ||
| > there might be delays in processing it | ||
|
|
||
| #### Contribution Header Requirements #### |
Contributor
There was a problem hiding this comment.
Under this vibe-agnostic header, we can also recommend including Reviewed-by: MariaDB Maintainer during the review–feedback phase.
Suggested change
| #### Contribution Header Requirements #### | |
| #### Contribution Trailer Requirements #### |
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.
Explained the use of git commit trailers to mark contributions co-developed using AI tools.