Skip to content

TianoCore Documents Commit Message Format

Michael Kinney edited this page Jul 7, 2017 · 1 revision

The following is the template for a commit message for a change to a document in a tianocore-docs repository.

<Brief Description Of Change>

<Link to Bugzilla Issue>

<Detailed Description of Change>

Cc: <Required Reviewer>
Cc: <Required Reviewer>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: <Author>

The following is an example commit message from the EDK II Build Specification.

Add EBNF for --pcd flag command line flag

https://bugzilla.tianocore.org/show_bug.cgi?id=523

Cc: Liming Gao <[email protected]>
Cc: Yonghong Zhu <[email protected]>
Cc: Kevin W Shaw <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney <[email protected]>

Back to TianoCore Documents Overview