Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issues #35323

Merged
merged 6 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ shortTitle: On behalf of an organization

To create commits on behalf of an organization:

* You must be a member of the organization indicated in the trailer
* You must sign the commit
* Your commit email and the organization email must be in a domain verified by the organization
* Your commit message must end with the commit trailer `on-behalf-of: @org <[email protected]>`
* `org` is the organization's login
* `[email protected]` is in the organization's domain
* You must be a member of the organization indicated in the trailer.
* You must sign the commit.
* Your commit email and the organization email must be in a domain verified by the organization.
* Your commit message must end with the commit trailer `on-behalf-of: @org <[email protected]>`.
* `org` is the organization's login.
* `[email protected]` is in the organization's domain.

Organizations can use the `[email protected]` email as a public point of contact for open source efforts.

Expand Down
Loading