Skip to content

Commit

Permalink
adapt issue templates to new issue types, part of #453
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Feb 4, 2025
1 parent ad98257 commit 998e7f9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report.
labels: ["bug"]
type: bug
assignees:
- KonradHoeffner
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/featurerequest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Suggest a new feature.
labels: ["feature"]
type: feature
assignees:
- KonradHoeffner
body:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release
description: Create a new Release.
title: Release
type: task
labels: ["release"]
assignees:
- KonradHoeffner
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Task
description: Something to do that isn't a full feature
type: task
assignees:
- KonradHoeffner
body:
- type: textarea
id: task
attributes:
label: The new task
validations:
required: true

0 comments on commit 998e7f9

Please sign in to comment.