-
Notifications
You must be signed in to change notification settings - Fork 344
Commit Message Format
Laurie Jarlstrom edited this page Nov 18, 2016
·
12 revisions
This page documents our source control commit message format.
This format is also documented in Contributions.txt which may be available in the source tree as well.
Use this format for commit messages, and when providing the log message for a patch.
Pkg-Module: Brief-single-line-summary Full-commit-message Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Contributor Name <[email protected]>
Where:
- Pkg-Module is the EDK II Package and optionally the Module
- Brief-single-line-summary is a short summary of the change
- The length of 'Pkg-Module: Brief-single-line-summary' should be less than 72 characters
- blank-line is an empty line
- Full-commit-message is the full message describing the change
- Line length should be less than 76 characters when possible
- Signatures is one or more lines with signatures. Please see the Commit Signature Format page for more information.
- The entire log message should use only standard ASCII text characters
An example would be:
Package/Module: Short one line description of change Several lines of description for the change. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Contributor Name <[email protected]> Reviewed-by: Reviewer Name <[email protected]>
Home
Getting Started with EDK II
Build Instructions
EDK II Platforms
EDK II Documents
EDK II Release Planning
Reporting Issues
Reporting Security Issues
Community Information
Inclusive Language
Additional Projects & Tasks
Training
Community Support
Community Virtual Meetings
GHSA GitHub Security Advisories Process (Draft)
Infosec-GHSA-Process-Proposal (Draft)