From e58e8ef2525d5e3ee690edebc89def9671d99fce Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 29 Mar 2022 15:47:35 +0200 Subject: [PATCH] Add issue template for tasks (#10912) --- .github/ISSUE_TEMPLATE/task.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task.yml 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