Skip to content

Commit 296a51b

Browse files
cdericijames-garner-canonical
authored andcommitted
refactor(workflows): update labels used in bug report/feature request templates
1 parent 984a935 commit 296a51b

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-
labels: [bug]
3+
labels: [kind/bug]
44
body:
55
- type: markdown
66
attributes:

.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-
labels: [wishlisted]
3+
labels: [kind/wishlist]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)