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 -->
14 lines
257 B
YAML
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
|