bug_report.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: "🕷️ Bug report"
  2. description: Report errors or unexpected behavior
  3. labels:
  4. - 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: This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
  12. required: true
  13. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  14. required: true
  15. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  16. required: true
  17. - label: "Please do not modify this template :) and fill in all the required fields."
  18. required: true
  19. - type: input
  20. attributes:
  21. label: Dify version
  22. placeholder: 0.3.21
  23. description: See about section in Dify console
  24. validations:
  25. required: true
  26. - type: dropdown
  27. attributes:
  28. label: Cloud or Self Hosted
  29. description: How / Where was Dify installed from?
  30. multiple: true
  31. options:
  32. - Cloud
  33. - Self Hosted (Docker)
  34. - Self Hosted (Source)
  35. validations:
  36. required: true
  37. - type: textarea
  38. attributes:
  39. label: Steps to reproduce
  40. description: We highly suggest including screenshots and a bug report log.
  41. placeholder: Having detailed steps helps us reproduce the bug.
  42. validations:
  43. required: true
  44. - type: textarea
  45. attributes:
  46. label: ✔️ Expected Behavior
  47. placeholder: What were you expecting?
  48. validations:
  49. required: false
  50. - type: textarea
  51. attributes:
  52. label: ❌ Actual Behavior
  53. placeholder: What happened instead?
  54. validations:
  55. required: false