Add issue template for tasks (#10912)
This commit is contained in:
parent
a5c3d035b9
commit
e58e8ef252
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