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.

bug_report.yml 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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: "To make sure we get to you in time, please check the following :)"
  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: "Please do not modify this template :) and fill in all the required fields."
  16. required: true
  17. - type: markdown
  18. attributes:
  19. value: "Please provide the following information to help us understand the issue."
  20. - type: input
  21. attributes:
  22. label: RAGFlow workspace code commit ID
  23. description: Enter the commit ID associated with the issue.
  24. placeholder: e.g., 26d3480e
  25. validations:
  26. required: true
  27. - type: input
  28. attributes:
  29. label: RAGFlow image version
  30. description: Enter the image version(shown in RAGFlow UI, `System` page) associated with the issue.
  31. placeholder: e.g., 26d3480e(v0.13.0~174)
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Other environment information
  37. description: |
  38. Enter the environment details:
  39. value: |
  40. - Hardware parameters:
  41. - OS type:
  42. - Others:
  43. render: Markdown
  44. validations:
  45. required: false
  46. - type: textarea
  47. attributes:
  48. label: Actual behavior
  49. description: Describe what you encountered.
  50. validations:
  51. required: true
  52. - type: textarea
  53. attributes:
  54. label: Expected behavior
  55. description: Describe what you expected.
  56. validations:
  57. required: false
  58. - type: textarea
  59. attributes:
  60. label: Steps to reproduce
  61. description: Steps to reproduce what you encountered.
  62. render: Markdown
  63. validations:
  64. required: true
  65. - type: textarea
  66. attributes:
  67. label: Additional information
  68. description: |
  69. Log, error message, or any other information can help find the root cause.
  70. validations:
  71. required: false