Browse Source

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

Ilya Mashchenko 1 month ago
parent
commit
12bf871952

+ 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"
 description: "Submit a report and help us improve our free and open-source Netdata Agent"
 title: "[Bug]: "
 title: "[Bug]: "
 labels: ["bug", "needs triage"]
 labels: ["bug", "needs triage"]
+type: "bug"
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     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"
 description: "Submit a feature request and help us improve our free and open-source Netdata Agent"
 title: "[Feat]: "
 title: "[Feat]: "
 labels: ["feature request", "needs triage"]
 labels: ["feature request", "needs triage"]
+type: "feature"
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     attributes: