You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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