Skip to content

Commit d2dbe95

Browse files
authored
Merge pull request #1023 from chocolatey/repo-sync/github/default
(maint) synced file(s) with chocolatey/.github
2 parents 1e84c84 + af36c3e commit d2dbe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/default/issue-note.sbn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{
2-
if issue_label == "Bug"
2+
if issue_label == "Bug" || issue_label == "Bug Fix" || issue_label == "Bug Fixes"
33
}}- Fix - {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}).
44
{{ else
55
}}- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}).

0 commit comments

Comments
 (0)