Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

feature_request.yml 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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: Self Checks
  9. description: "Please check the following in order to be responded in time :)"
  10. options:
  11. - label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
  12. required: true
  13. - label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
  14. required: true
  15. - label: Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
  16. required: true
  17. - label: "Please do not modify this template :) and fill in all the required fields."
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Is your feature request related to a problem?
  22. description: |
  23. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
  24. render: Markdown
  25. validations:
  26. required: false
  27. - type: textarea
  28. attributes:
  29. label: Describe the feature you'd like
  30. description: A clear and concise description of what you want to happen.
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: Describe implementation you've considered
  36. description: A clear and concise description of implementation you've considered or investigated.
  37. validations:
  38. required: false
  39. - type: textarea
  40. attributes:
  41. label: Documentation, adoption, use case
  42. 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.
  43. render: Markdown
  44. validations:
  45. required: false
  46. - type: textarea
  47. attributes:
  48. label: Additional information
  49. description: |
  50. Add any other context or screenshots about the feature request here.
  51. validations:
  52. required: false