Skip to content

Commit 81e0256

Browse files
adapt issue templates to new issue types, part of #453
1 parent ad98257 commit 81e0256

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/bugreport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: File a bug report.
3-
labels: ["bug"]
3+
type: bug
44
assignees:
55
- KonradHoeffner
66
body:

.github/ISSUE_TEMPLATE/featurerequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Suggest a new feature.
3-
labels: ["feature"]
3+
type: feature
44
assignees:
55
- KonradHoeffner
66
body:

.github/ISSUE_TEMPLATE/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22
description: Create a new Release.
33
title: Release
4+
type: task
45
labels: ["release"]
56
assignees:
67
- KonradHoeffner

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Task
2+
type: task
3+
assignees:
4+
- KonradHoeffner
5+
body:
6+
- type: textarea
7+
id: task
8+
attributes:
9+
label: The new task
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)