Skip to content

Commit f5fa5ee

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.github/ISSUE_TEMPLATE/bugreport.yml

+1-1
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

+1-1
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

+1
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

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Task
2+
description: Something to do that isn't a full feature
3+
type: task
4+
assignees:
5+
- KonradHoeffner
6+
body:
7+
- type: textarea
8+
id: task
9+
attributes:
10+
label: Add a description
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)