PromucFlow_constructor/.github/ISSUE_TEMPLATE/--task.yaml
Hetu Nandu 4d9fccf267
Update --task.yaml (#29920)
Updates the "Task" issue template

- Removes the required input of "Have you searched for similar issues?"
- Makes the tasks body a required input


Removing the "Have you searched for similar issues?" because this
template is used mostly internally for incremental issues towards a
project / epic and not used by the community

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Updated the issue template by removing the checkbox for checking
existing issues.
- Modified the 'SubTasks' field from a text area to a mandatory checkbox
list in the issue template.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-01-02 16:53:34 +05:30

14 lines
257 B
YAML

name: 📝 Task
description: Create a task for the team to work on
title: "[Task]: "
labels: [Task]
body:
- type: textarea
attributes:
label: SubTasks
placeholder: |
- [ ] Sub Task 1
- [ ] Sub Task 2
validations:
required: true