X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2FContributions.txt;h=1985677f4b54c64c993b1976b95caa2b97b94d90;hp=5dd8a47bad9d882b0dca4d9152156a385f348c27;hb=26830e857906951617d9c75f404139e40e52e62f;hpb=489c5c67d0b20cb508429ac7ec9dcc613c12dd72 diff --git a/PcAtChipsetPkg/Contributions.txt b/PcAtChipsetPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/PcAtChipsetPkg/Contributions.txt +++ b/PcAtChipsetPkg/Contributions.txt @@ -34,9 +34,9 @@ To make a contribution to a TianoCore project, follow these steps. Contributions using other licenses might be accepted, but further review will be required. -======================================= -= Change Description / Commit Message = -======================================= +===================================================== += Change Description / Commit Message / Patch Email = +===================================================== Your change description should use the standard format for a commit message, and must include your "Signed-off-by" signature @@ -44,7 +44,32 @@ and the "Contributed-under" message. == Sample Change Description / Commit Message = -=== Definitions for sample change description === +=== Start of sample patch email message === + +From: Contributor Name +Subject: [PATCH] CodeModule: Brief-single-line-summary + +Full-commit-message + +Contributed-under: TianoCore Contribution Agreement 1.0 +Signed-off-by: Contributor Name +--- + +An extra message for the patch email which will not be considered part +of the commit message can be added here. + +Patch content inline or attached + +=== End of sample patch email message === + +=== Notes for sample patch email === + +* The first line of commit message is taken from the email's subject + line following [PATCH]. The remaining portion of the commit message + is the email's content until the '---' line. +* git format-patch is one way to create this format + +=== Definitions for sample patch email === * "CodeModule" is a short idenfier for the affected code. For example MdePkg, or MdeModulePkg UsbBusDxe. @@ -58,15 +83,6 @@ and the "Contributed-under" message. * "Signed-off-by" is the contributor's signature identifying them by their real/legal name and their email address. -=== Start of sample change description / commit message === -CodeModule: Brief-single-line-summary - -Full-commit-message - -Contributed-under: TianoCore Contribution Agreement 1.0 -Signed-off-by: Contributor Name -=== End of sample change description / commit message === - ======================================== = TianoCore Contribution Agreement 1.0 = ========================================