Skip to content

Commit 14252aa

Browse files
authored
chore: update issue templates for visibility in project view (#26)
1 parent c421c3e commit 14252aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "🐛 Bug Report"
22
description: Create a new ticket for a bug experienced in Greenhouse.
3-
title: "🐛 [BUG] - <title>"
3+
title: "🐛 [BUG repo-guard] - <title>"
44
labels: [
55
"bug",
66
]

.github/ISSUE_TEMPLATE/epic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ✨ Epic
22
description: Create an epic
3-
title: "[EPIC] - <title>"
3+
title: "[EPIC repo-guard] - <title>"
44
body:
55
- type: textarea
66
id: description

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "💡 Feature Request"
22
description: Create a ticket requesting a new feature
3-
title: "[FEAT] - <title>"
3+
title: "[FEAT repo-guard] - <title>"
44
labels: [
55
"feature"
66
]

0 commit comments

Comments
 (0)