File size: 720 Bytes
4e04a1e 6cfad3c 4e04a1e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
name: Subtask
description: "Propose a subtask for RAGFlow"
title: "[Subtask]: "
labels: [subtask]
body:
- type: textarea
attributes:
label: Parent Issue
description: Write the ID of the parent issue
placeholder: "Parent issue: #"
validations:
required: true
- type: textarea
attributes:
label: Detail of Subtask
description: |
Describe the functions that this subtask should implement
validations:
required: true
- type: textarea
attributes:
label: Describe implementation you've considered
description: A clear and concise description of implementation you've considered or investigated.
validations:
required: false
|