您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

subtask.yml 720B

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