add 'type' to GH report forms (#19421)
Ilya Mashchenko committed
Jan 17, 2025 at 13:10 UTC
12bf8719527193188ea90c41933b7619702412b5
2 files changed
+2
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+1
@@ -2,6 +2,7 @@ name: "Netdata Agent: Bug report"
2
description: "Submit a report and help us improve our free and open-source Netdata Agent"
3
title: "[Bug]: "
4
labels: ["bug", "needs triage"]
5
+type: "bug"
6
body:
7
- type: markdown
8
attributes:
.github/ISSUE_TEMPLATE/FEAT_REQUEST.yml
+1
@@ -2,6 +2,7 @@ name: "Netdata Agent: Feature request"
2
description: "Submit a feature request and help us improve our free and open-source Netdata Agent"
3
title: "[Feat]: "
4
labels: ["feature request", "needs triage"]
5
+type: "feature"
6
body:
7
- type: markdown
8
attributes: