Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

bug_report.yml 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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: Is there an existing issue for the same bug?
  9. description: Please check if an issue already exists for the bug you encountered.
  10. options:
  11. - label: I have checked the existing issues.
  12. required: true
  13. - type: markdown
  14. attributes:
  15. value: "Please provide the following information to help us understand the issue."
  16. - type: input
  17. attributes:
  18. label: RAGFlow workspace code commit ID
  19. description: Enter the commit ID associated with the issue.
  20. placeholder: e.g., 26d3480e
  21. validations:
  22. required: true
  23. - type: input
  24. attributes:
  25. label: RAGFlow image version
  26. description: Enter the image version(shown in RAGFlow UI, `System` page) associated with the issue.
  27. placeholder: e.g., 26d3480e(v0.13.0~174)
  28. validations:
  29. required: true
  30. - type: textarea
  31. attributes:
  32. label: Other environment information
  33. description: |
  34. Enter the environment details:
  35. value: |
  36. - Hardware parameters:
  37. - OS type:
  38. - Others:
  39. render: Markdown
  40. validations:
  41. required: false
  42. - type: textarea
  43. attributes:
  44. label: Actual behavior
  45. description: Describe what you encountered.
  46. validations:
  47. required: true
  48. - type: textarea
  49. attributes:
  50. label: Expected behavior
  51. description: Describe what you expected.
  52. validations:
  53. required: false
  54. - type: textarea
  55. attributes:
  56. label: Steps to reproduce
  57. description: Steps to reproduce what you encountered.
  58. render: Markdown
  59. validations:
  60. required: true
  61. - type: textarea
  62. attributes:
  63. label: Additional information
  64. description: |
  65. Log, error message, or any other information can help find the root cause.
  66. validations:
  67. required: false