From 8db7e021f14380b445c7c7381308fa66232d65f7 Mon Sep 17 00:00:00 2001 From: choco-sync Date: Wed, 6 Sep 2023 17:33:38 +0000 Subject: [PATCH] (maint) synced local '.templates/' with remote '.github/GitReleaseManager/.templates/' --- .templates/default/issue-note.sbn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.templates/default/issue-note.sbn b/.templates/default/issue-note.sbn index 01ae15c08..10c10a97d 100644 --- a/.templates/default/issue-note.sbn +++ b/.templates/default/issue-note.sbn @@ -1 +1,6 @@ -- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}). +{{ + if issue_label == "Bug" || issue_label == "Bug Fix" || issue_label == "Bug Fixes" +}}- Fix - {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}). +{{ else +}}- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}). +{{ end -}}