Skip to content

Commit 1d29496

Browse files
authored
chore: update issue templates (#1894)
1 parent babb286 commit 1d29496

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Bug Report
22
description: File a bug report
3-
title: "[Bug]: "
4-
labels: ["bug"]
5-
projects: ["grafana/513"] # Platform Client Administration Tooling
3+
type: "bug"
4+
projects: ["grafana/513"] # Platform Monitoring
65
body:
76
- type: input
87
id: terraform_version

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Feature Request
22
description: Suggest an idea for this provider
3-
title: "[Feature Request]: "
4-
labels: ["enhancement"]
5-
projects: ["grafana/513"] # Platform Client Administration Tooling
3+
type: "enhancement"
4+
projects: ["grafana/513"] # Platform Monitoring
65
body:
76
- type: textarea
87
id: request

0 commit comments

Comments
 (0)