2023-02-07 17:15:01 +08:00
|
|
|
name: 📝 Task
|
2023-05-07 17:37:17 +08:00
|
|
|
description: Create a task for the team to work on, used internally only. We will delete tasks created by non-team members.
|
2023-02-07 17:15:01 +08:00
|
|
|
title: "[Task]: "
|
|
|
|
labels: [Task]
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2023-07-03 22:52:11 +08:00
|
|
|
label: Are you our team member?
|
|
|
|
description: If you are not our team member, please go to discussions.
|
2023-02-07 17:15:01 +08:00
|
|
|
options:
|
2023-07-03 22:52:11 +08:00
|
|
|
- label: Yes, I am?
|
2023-02-07 17:15:01 +08:00
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: SubTasks
|
|
|
|
placeholder: |
|
|
|
|
- Sub Task 1
|
|
|
|
- Sub Task 2
|
|
|
|
validations:
|
|
|
|
required: false
|