Create --task.yaml

This commit is contained in:
Arpit Vasani 2022-05-03 11:37:32 +05:30 committed by GitHub
parent ec5474b72b
commit 9582664406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/ISSUE_TEMPLATE/--task.yaml vendored Normal file
View File

@ -0,0 +1,20 @@
name: 📝 Task
description: Create a task for the team to work on
title: "[Task]: "
labels: [Task]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue related to this already exists.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: SubTasks
placeholder: |
- Sub Task 1
- Sub Task 2
validations:
required: false