Skip to content

Commit e2afc52

Browse files
committed
🔧 Use new issue types in issue templates
1 parent 4471c81 commit e2afc52

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Probleem melden / Bug report
22
description: Meldt een probleem om ons te helpen verbeteren / Create a report to help us improve
33
title: "Title here"
4+
type: "Bug"
45
labels: ["bug", "triage"]
56
projects: ["maykinmedia/15"]
67
assignees: []

.github/ISSUE_TEMPLATE/feature_request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Verzoek tot verbetering / Feature request
22
description: Stel een idee voor om het product beter te maken / Suggest an idea for this product
33
title: "Title here"
4+
type: "Feature"
45
labels: ["enhancement", "triage"]
56
projects: ["maykinmedia/15"]
67
assignees: []

0 commit comments

Comments
 (0)