From 9770c939550c9f6a661a6d39dd6a18b3b2d594eb Mon Sep 17 00:00:00 2001 From: YaoYiYao <77110469+yaodada123@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:36:45 +0800 Subject: [PATCH] fix issues (#35323) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- ...creating-a-commit-on-behalf-of-an-organization.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md index 65b28e5a8b..fe7b7db2cf 100644 --- a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md +++ b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md @@ -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 ` - * `org` is the organization's login - * `name@organization.com` 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 `. + * `org` is the organization's login. + * `name@organization.com` is in the organization's domain. Organizations can use the `name@organization.com` email as a public point of contact for open source efforts.