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.

feature_request.yml 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: Feature request
  2. description: Propose a feature request for RAGFlow.
  3. title: "[Feature Request]: "
  4. labels: [feature request]
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Is there an existing issue for the same feature request?
  9. description: Please check if an issue already exists for the feature you request.
  10. options:
  11. - label: I have checked the existing issues.
  12. required: true
  13. - type: textarea
  14. attributes:
  15. label: Is your feature request related to a problem?
  16. description: |
  17. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
  18. render: Markdown
  19. validations:
  20. required: false
  21. - type: textarea
  22. attributes:
  23. label: Describe the feature you'd like
  24. description: A clear and concise description of what you want to happen.
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Describe implementation you've considered
  30. description: A clear and concise description of implementation you've considered or investigated.
  31. validations:
  32. required: false
  33. - type: textarea
  34. attributes:
  35. label: Documentation, adoption, use case
  36. description: If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful.
  37. render: Markdown
  38. validations:
  39. required: false
  40. - type: textarea
  41. attributes:
  42. label: Additional information
  43. description: |
  44. Add any other context or screenshots about the feature request here.
  45. validations:
  46. required: false