From b8f194f87c4fe0a3b3d656333259e38c86f91847 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 16 Mar 2026 22:30:46 -0700 Subject: [PATCH] put description inside list in issue description to match formatting for indented things to progress.md --- scripts/check-consistency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-consistency.sh b/scripts/check-consistency.sh index 43af426..f190772 100755 --- a/scripts/check-consistency.sh +++ b/scripts/check-consistency.sh @@ -88,7 +88,7 @@ function check_issue() subtask_body="$4" example_title="NLnet $nlnet_id $subtask_title" body_prefix="Issue for tracking progress of a subtask of [NLnet grant $nlnet_id]($(grant_url "$nlnet_id")): -$subtask_title +- $subtask_title $subtask_body " body_suffix="" # TODO