Add task issue form (#1710)
This commit is contained in:
parent
5b01a2afeb
commit
e6791d7093
1 changed files with 10 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/task.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/task.yml
vendored
Normal 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
|
Loading…
Reference in a new issue