Add issue template for tasks (#10912)

This commit is contained in:
Stian Thorgersen 2022-03-29 15:47:35 +02:00 committed by GitHub
parent a5c3d035b9
commit e58e8ef252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/ISSUE_TEMPLATE/task.yml vendored Normal file
View file

@ -0,0 +1,10 @@
name: Task
description: Any tasks that are not directly adding a new feature, enhancement or fixing a bug
labels: ["kind/task"]
body:
- type: textarea
attributes:
label: Description
description: Describe the task.
validations:
required: true