From 26830e857906951617d9c75f404139e40e52e62f Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 31 Oct 2014 22:05:50 +0000 Subject: [PATCH] EDK II Contributions.txt: Update patch format information Update to show what the patch looks like in email form. NOTE: This does not modify the wording of the "TianoCore Contribution Agreement 1.0" section Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16297 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/Contributions.txt | 42 ++++++++++++++------ ArmPkg/Contributions.txt | 42 ++++++++++++++------ ArmPlatformPkg/Contributions.txt | 42 ++++++++++++++------ BaseTools/Contributions.txt | 42 ++++++++++++++------ BeagleBoardPkg/Contributions.txt | 42 ++++++++++++++------ CryptoPkg/Contributions.txt | 42 ++++++++++++++------ DuetPkg/Contributions.txt | 42 ++++++++++++++------ EdkCompatibilityPkg/Contributions.txt | 42 ++++++++++++++------ EdkShellBinPkg/Contributions.txt | 42 ++++++++++++++------ EdkShellPkg/Contributions.txt | 42 ++++++++++++++------ EmbeddedPkg/Contributions.txt | 42 ++++++++++++++------ EmulatorPkg/Contributions.txt | 42 ++++++++++++++------ FatBinPkg/Contributions.txt | 42 ++++++++++++++------ IntelFrameworkModulePkg/Contributions.txt | 42 ++++++++++++++------ IntelFrameworkPkg/Contributions.txt | 42 ++++++++++++++------ MdeModulePkg/Contributions.txt | 42 ++++++++++++++------ MdePkg/Contributions.txt | 42 ++++++++++++++------ NetworkPkg/Contributions.txt | 42 ++++++++++++++------ Nt32Pkg/Contributions.txt | 42 ++++++++++++++------ Omap35xxPkg/Contributions.txt | 42 ++++++++++++++------ OptionRomPkg/Contributions.txt | 42 ++++++++++++++------ OvmfPkg/Contributions.txt | 42 ++++++++++++++------ PcAtChipsetPkg/Contributions.txt | 42 ++++++++++++++------ PerformancePkg/Contributions.txt | 42 ++++++++++++++------ SecurityPkg/Contributions.txt | 42 ++++++++++++++------ ShellBinPkg/Contributions.txt | 42 ++++++++++++++------ ShellPkg/Contributions.txt | 42 ++++++++++++++------ SourceLevelDebugPkg/Contributions.txt | 42 ++++++++++++++------ StdLib/Contributions.txt | 42 ++++++++++++++------ StdLibPrivateInternalFiles/Contributions.txt | 42 ++++++++++++++------ UefiCpuPkg/Contributions.txt | 42 ++++++++++++++------ 31 files changed, 899 insertions(+), 403 deletions(-) diff --git a/AppPkg/Contributions.txt b/AppPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/AppPkg/Contributions.txt +++ b/AppPkg/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 = ======================================== diff --git a/ArmPkg/Contributions.txt b/ArmPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/ArmPkg/Contributions.txt +++ b/ArmPkg/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 = ======================================== diff --git a/ArmPlatformPkg/Contributions.txt b/ArmPlatformPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/ArmPlatformPkg/Contributions.txt +++ b/ArmPlatformPkg/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 = ======================================== diff --git a/BaseTools/Contributions.txt b/BaseTools/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/BaseTools/Contributions.txt +++ b/BaseTools/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 = ======================================== diff --git a/BeagleBoardPkg/Contributions.txt b/BeagleBoardPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/BeagleBoardPkg/Contributions.txt +++ b/BeagleBoardPkg/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 = ======================================== diff --git a/CryptoPkg/Contributions.txt b/CryptoPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/CryptoPkg/Contributions.txt +++ b/CryptoPkg/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 = ======================================== diff --git a/DuetPkg/Contributions.txt b/DuetPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/DuetPkg/Contributions.txt +++ b/DuetPkg/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 = ======================================== diff --git a/EdkCompatibilityPkg/Contributions.txt b/EdkCompatibilityPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/EdkCompatibilityPkg/Contributions.txt +++ b/EdkCompatibilityPkg/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 = ======================================== diff --git a/EdkShellBinPkg/Contributions.txt b/EdkShellBinPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/EdkShellBinPkg/Contributions.txt +++ b/EdkShellBinPkg/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 = ======================================== diff --git a/EdkShellPkg/Contributions.txt b/EdkShellPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/EdkShellPkg/Contributions.txt +++ b/EdkShellPkg/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 = ======================================== diff --git a/EmbeddedPkg/Contributions.txt b/EmbeddedPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/EmbeddedPkg/Contributions.txt +++ b/EmbeddedPkg/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 = ======================================== diff --git a/EmulatorPkg/Contributions.txt b/EmulatorPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/EmulatorPkg/Contributions.txt +++ b/EmulatorPkg/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 = ======================================== diff --git a/FatBinPkg/Contributions.txt b/FatBinPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/FatBinPkg/Contributions.txt +++ b/FatBinPkg/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 = ======================================== diff --git a/IntelFrameworkModulePkg/Contributions.txt b/IntelFrameworkModulePkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/IntelFrameworkModulePkg/Contributions.txt +++ b/IntelFrameworkModulePkg/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 = ======================================== diff --git a/IntelFrameworkPkg/Contributions.txt b/IntelFrameworkPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/IntelFrameworkPkg/Contributions.txt +++ b/IntelFrameworkPkg/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 = ======================================== diff --git a/MdeModulePkg/Contributions.txt b/MdeModulePkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/MdeModulePkg/Contributions.txt +++ b/MdeModulePkg/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 = ======================================== diff --git a/MdePkg/Contributions.txt b/MdePkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/MdePkg/Contributions.txt +++ b/MdePkg/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 = ======================================== diff --git a/NetworkPkg/Contributions.txt b/NetworkPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/NetworkPkg/Contributions.txt +++ b/NetworkPkg/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 = ======================================== diff --git a/Nt32Pkg/Contributions.txt b/Nt32Pkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/Nt32Pkg/Contributions.txt +++ b/Nt32Pkg/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 = ======================================== diff --git a/Omap35xxPkg/Contributions.txt b/Omap35xxPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/Omap35xxPkg/Contributions.txt +++ b/Omap35xxPkg/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 = ======================================== diff --git a/OptionRomPkg/Contributions.txt b/OptionRomPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/OptionRomPkg/Contributions.txt +++ b/OptionRomPkg/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 = ======================================== diff --git a/OvmfPkg/Contributions.txt b/OvmfPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/OvmfPkg/Contributions.txt +++ b/OvmfPkg/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 = ======================================== 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 = ======================================== diff --git a/PerformancePkg/Contributions.txt b/PerformancePkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/PerformancePkg/Contributions.txt +++ b/PerformancePkg/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 = ======================================== diff --git a/SecurityPkg/Contributions.txt b/SecurityPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/SecurityPkg/Contributions.txt +++ b/SecurityPkg/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 = ======================================== diff --git a/ShellBinPkg/Contributions.txt b/ShellBinPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/ShellBinPkg/Contributions.txt +++ b/ShellBinPkg/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 = ======================================== diff --git a/ShellPkg/Contributions.txt b/ShellPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/ShellPkg/Contributions.txt +++ b/ShellPkg/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 = ======================================== diff --git a/SourceLevelDebugPkg/Contributions.txt b/SourceLevelDebugPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/SourceLevelDebugPkg/Contributions.txt +++ b/SourceLevelDebugPkg/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 = ======================================== diff --git a/StdLib/Contributions.txt b/StdLib/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/StdLib/Contributions.txt +++ b/StdLib/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 = ======================================== diff --git a/StdLibPrivateInternalFiles/Contributions.txt b/StdLibPrivateInternalFiles/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/StdLibPrivateInternalFiles/Contributions.txt +++ b/StdLibPrivateInternalFiles/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 = ======================================== diff --git a/UefiCpuPkg/Contributions.txt b/UefiCpuPkg/Contributions.txt index 5dd8a47bad..1985677f4b 100644 --- a/UefiCpuPkg/Contributions.txt +++ b/UefiCpuPkg/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 = ======================================== -- 2.39.2