Skip to content

Commit 1e7ef53

Browse files
authored
Merge pull request #904 from cderici/remove-title-prefix-on-issue-template
#904 #### Description Clears out the title prefixes (`[Bug]: ...`, `[Feature]: ...`) from issue template forms. We already have labels auto attached that differentiates between them. #### QA Steps No QA needed.
2 parents a3c3d09 + 7e95715 commit 1e7ef53

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)