From e2afc52f9ac14509b13188af792db9fcfd98ad6f Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 7 Feb 2025 15:43:58 +0100 Subject: [PATCH] :wrench: Use new issue types in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_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 1a60ccaf..fe46ef89 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Probleem melden / Bug report description: Meldt een probleem om ons te helpen verbeteren / Create a report to help us improve title: "Title here" +type: "Bug" labels: ["bug", "triage"] projects: ["maykinmedia/15"] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f65fa7e3..26256441 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: Verzoek tot verbetering / Feature request description: Stel een idee voor om het product beter te maken / Suggest an idea for this product title: "Title here" +type: "Feature" labels: ["enhancement", "triage"] projects: ["maykinmedia/15"] assignees: []