Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. name: "🐞 Bug Report"
  2. description: Create a bug issue for RAGFlow
  3. title: "[Bug]: "
  4. labels: ["🐞 bug"]
  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: markdown
  20. attributes:
  21. value: "Please provide the following information to help us understand the issue."
  22. - type: input
  23. attributes:
  24. label: RAGFlow workspace code commit ID
  25. description: Enter the commit ID associated with the issue.
  26. placeholder: e.g., 26d3480e
  27. validations:
  28. required: true
  29. - type: input
  30. attributes:
  31. label: RAGFlow image version
  32. description: Enter the image version(shown in RAGFlow UI, `System` page) associated with the issue.
  33. placeholder: e.g., 26d3480e(v0.13.0~174)
  34. validations:
  35. required: true
  36. - type: textarea
  37. attributes:
  38. label: Other environment information
  39. description: |
  40. Enter the environment details:
  41. value: |
  42. - Hardware parameters:
  43. - OS type:
  44. - Others:
  45. render: Markdown
  46. validations:
  47. required: false
  48. - type: textarea
  49. attributes:
  50. label: Actual behavior
  51. description: Describe what you encountered.
  52. validations:
  53. required: true
  54. - type: textarea
  55. attributes:
  56. label: Expected behavior
  57. description: Describe what you expected.
  58. validations:
  59. required: false
  60. - type: textarea
  61. attributes:
  62. label: Steps to reproduce
  63. description: Steps to reproduce what you encountered.
  64. render: Markdown
  65. validations:
  66. required: true
  67. - type: textarea
  68. attributes:
  69. label: Additional information
  70. description: |
  71. Log, error message, or any other information can help find the root cause.
  72. validations:
  73. required: false