From 12bf8719527193188ea90c41933b7619702412b5 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Fri, 17 Jan 2025 13:10:58 +0200 Subject: [PATCH] add 'type' to GH report forms (#19421) --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 + .github/ISSUE_TEMPLATE/FEAT_REQUEST.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 5394c475f7c002..f0366837fe3ece 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -2,6 +2,7 @@ name: "Netdata Agent: Bug report" description: "Submit a report and help us improve our free and open-source Netdata Agent" title: "[Bug]: " labels: ["bug", "needs triage"] +type: "bug" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEAT_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEAT_REQUEST.yml index 11d77a04a89799..876eb80cb3f517 100644 --- a/.github/ISSUE_TEMPLATE/FEAT_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEAT_REQUEST.yml @@ -2,6 +2,7 @@ name: "Netdata Agent: Feature request" description: "Submit a feature request and help us improve our free and open-source Netdata Agent" title: "[Feat]: " labels: ["feature request", "needs triage"] +type: "feature" body: - type: markdown attributes: