Skip to content

Commit 8cd42fc

Browse files
authored
Merge pull request #105 from maykinmedia/feature/issue-template-add-type
🔧 Use new issue types in issue templates
2 parents 2921354 + 31485ed commit 8cd42fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)