Add task issue form (#1710)

This commit is contained in:
Stian Thorgersen 2022-10-26 08:11:46 +02:00 committed by GitHub
parent 5b01a2afeb
commit e6791d7093
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