From 3a1917e11ed6bb11f6c58ee47e91b9b91a868a57 Mon Sep 17 00:00:00 2001 From: martin-velay Date: Fri, 5 Jun 2026 17:05:43 +0200 Subject: [PATCH] [doc] Fix ambiguous sign-off template Signed-off-by: martin-velay --- doc/proj/checklist_template.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/proj/checklist_template.md b/doc/proj/checklist_template.md index 3f362fceb..0463471d2 100644 --- a/doc/proj/checklist_template.md +++ b/doc/proj/checklist_template.md @@ -9,8 +9,9 @@ This checklist covers the [design and verification signoffs][stages] for the BLO ### D1 - The sign-off checklist items are described in the [D1 design sign-off checklist][D1 checklist]. +This sign-off is based on commit [`1234def`][d1-commit] (nightly yyyy-mm-dd). + | Type | Item | Status | Note/Collaterals | |---------------|----------------------------|-------------|------------------| @@ -36,8 +37,9 @@ The sign-off checklist items are described in the [D1 design sign-off checklist] ### V1 - All checklist items refer to the [V1 verification sign-off checklist][V1 checklist]. +This sign-off is based on commit [`abc1234`][v1-commit] (nightly yyyy-mm-dd). + | Type | Item | Status | Note/Collaterals | |---------------|------------------------------------|-------------|------------------| @@ -70,3 +72,6 @@ All checklist items refer to the [V1 verification sign-off checklist][V1 checkli [design stages]: stages.md#design-stages [V1 checklist]: stages.md#v1-verification-sign-off-checklist [verification stages]: stages.md#verification-stages + +[d1-commit]: https://github.com/lowRISC/mocha/commit/1234def +[v1-commit]: https://github.com/lowRISC/mocha/commit/abc1234