We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babb286 commit 1d29496Copy full SHA for 1d29496
.github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -1,8 +1,7 @@
1
name: Bug Report
2
description: File a bug report
3
-title: "[Bug]: "
4
-labels: ["bug"]
5
-projects: ["grafana/513"] # Platform Client Administration Tooling
+type: "bug"
+projects: ["grafana/513"] # Platform Monitoring
6
body:
7
- type: input
8
id: terraform_version
.github/ISSUE_TEMPLATE/2-feature-request.yml
name: Feature Request
description: Suggest an idea for this provider
-title: "[Feature Request]: "
-labels: ["enhancement"]
+type: "enhancement"
- type: textarea
id: request
0 commit comments