Skip to content

Commit 7e95715

Browse files
committed
Remove title prefixes from issue templates
1 parent a3c3d09 commit 7e95715

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Something's not working right in python-libjuju? Use this template.
3-
title: "[Bug]: "
3+
title: ""
44
labels: [bug]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/FeatureRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: You want something to be added to python-libjuju? Proceed with this one.
3-
title: "[Feature]: "
3+
title: ""
44
labels: [wishlisted]
55
body:
66
- type: markdown

0 commit comments

Comments
 (0)