Skip to content

Commit

Permalink
Create --task.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit authored May 3, 2022
1 parent ec5474b commit 9582664
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/--task.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9582664

Please sign in to comment.