From 256e235dca9ba87c232c98e64abfb1c12aff2e01 Mon Sep 17 00:00:00 2001 From: choco-sync Date: Wed, 6 Sep 2023 17:32:58 +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 01ae15c08e..10c10a97d3 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 -}}