diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 00000000000..9b5649d0d4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -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