Skip to content

Commit a5e08a4

Browse files
committed
[doc] Fix ambiguous sign-off template
Signed-off-by: martin-velay <mvelay@lowrisc.org>
1 parent f653a59 commit a5e08a4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/proj/checklist_template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This checklist covers the [design and verification signoffs][stages] for the BLO
99

1010
### D1
1111

12-
<!-- Link the git hash this sign-off was based on. -->
1312
The sign-off checklist items are described in the [D1 design sign-off checklist][D1 checklist].
13+
This sign-off is based on commit [`1234def`][d1-commit] (nightly yyyy-mm-dd).
1414

1515
| Type | Item | Status | Note/Collaterals |
1616
|---------------|----------------------------|-------------|------------------|
@@ -36,8 +36,8 @@ The sign-off checklist items are described in the [D1 design sign-off checklist]
3636

3737
### V1
3838

39-
<!-- Link the git hash this sign-off was based on. -->
4039
All checklist items refer to the [V1 verification sign-off checklist][V1 checklist].
40+
This sign-off is based on commit [`abc1234`][v1-commit] (nightly yyyy-mm-dd).
4141

4242
| Type | Item | Status | Note/Collaterals |
4343
|---------------|------------------------------------|-------------|------------------|
@@ -70,3 +70,5 @@ All checklist items refer to the [V1 verification sign-off checklist][V1 checkli
7070
[design stages]: stages.md#design-stages
7171
[V1 checklist]: stages.md#v1-verification-sign-off-checklist
7272
[verification stages]: stages.md#verification-stages
73+
[d1-commit]: https://github.com/lowRISC/mocha/commit/1234def
74+
[v1-commit]: https://github.com/lowRISC/mocha/commit/abc1234

0 commit comments

Comments
 (0)