Browse Source

add 'type' to GH report forms (#19421)

Ilya Mashchenko 1 month ago
parent
commit
12bf871952
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/ISSUE_TEMPLATE/BUG_REPORT.yml
  2. 1 0
      .github/ISSUE_TEMPLATE/FEAT_REQUEST.yml

+ 1 - 0
.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:

+ 1 - 0
.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: