Skip to content

Commit db72682

Browse files
authored
chore: Update labels (#1294)
Part of cloudquery/cloudquery#14545 ---
1 parent e651fa1 commit db72682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐛 Bug Report
22
description: If something isn't working as expected 🤔
33
title: "bug: <title>"
4-
labels: [bug]
4+
labels: [kind/bug]
55
body:
66
- type: checkboxes
77
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 Feature request
22
description: Suggest an idea for this project
33
title: 'feat: <title>'
4-
labels: ['enhancement']
4+
labels: [kind/feat]
55
body:
66
- type: checkboxes
77
attributes:

0 commit comments

Comments
 (0)