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 81c734e6..5f5bbd98 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: []