diff --git a/docs/dev-proc/source-code-structure.md b/docs/dev-proc/source-code-structure.md index 5f99c76381..d1a1864665 100644 --- a/docs/dev-proc/source-code-structure.md +++ b/docs/dev-proc/source-code-structure.md @@ -11,9 +11,9 @@ branch structure: * `/rel_vX.Y.Z` - release branch for version X.Y.Z * `` - tracks development of feature -` = _` if -platform is supported by coreboot, otherwise we use common sense and available -information about hardware. +> ` = _` if +> platform is supported by coreboot, otherwise we use common sense and available +> information about hardware. ## Remotes @@ -35,7 +35,12 @@ git remote add upstream https://review.coreboot.org/coreboot.git ## Tags -Dasharo Release tags in git repository use format: `_vX.Y.Z` +Tags for Dasharo releases across repositories in the Dasharo GitHub organization +use the following format: `_vX.Y.Z`. + +> ` = _` if +> platform is supported by coreboot, otherwise we use common sense and available +> information about hardware. ## New platform support