Skip to content

Commit 37cf3a6

Browse files
hishamcoPiedone
andauthored
Use "Bug" issue type instead of the label (OrchardCMS#18664)
Co-authored-by: Zoltán Lehóczky <zoltan.lehoczky@lombiq.com>
1 parent e5f8ff3 commit 37cf3a6

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a bug report to help us improve
44
title: ''
5-
labels: 'bug :bug:'
5+
type: bug
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: enhancement
65
assignees: ''
6+
type: feature
77

88
---
99
<!-- Please also see the docs on how we manage issues: https://docs.orchardcore.net/en/latest/docs/contributing/managing-issues/. -->

.github/ISSUE_TEMPLATE/patch_release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish a patch release
33
about: Publish a new Orchard Core patch release
44
title: 'Release v'
55
labels: release
6+
type: task
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish a major or minor release
33
about: Publish a new Orchard Core release
44
title: 'Release v'
55
labels: release
6+
type: task
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/target_frameworks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Update supported TFMs
44
title: 'Change target frameworks'
55
labels:
66
assignees: ''
7+
type: task
78
---
89

910
- [ ] Update `global.json` to the required SDK version.

0 commit comments

Comments
 (0)