bug_report.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  12. required: true
  13. - label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - type: input
  16. attributes:
  17. label: Dify version
  18. placeholder: 0.3.21
  19. description: See about section in Dify console
  20. validations:
  21. required: true
  22. - type: dropdown
  23. attributes:
  24. label: Cloud or Self Hosted
  25. description: How / Where was Dify installed from?
  26. multiple: true
  27. options:
  28. - Cloud
  29. - Self Hosted (Docker)
  30. - Self Hosted (Source)
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: Steps to reproduce
  36. description: We highly suggest including screenshots and a bug report log.
  37. placeholder: Having detailed steps helps us reproduce the bug.
  38. validations:
  39. required: true
  40. - type: textarea
  41. attributes:
  42. label: ✔️ Expected Behavior
  43. placeholder: What were you expecting?
  44. validations:
  45. required: false
  46. - type: textarea
  47. attributes:
  48. label: ❌ Actual Behavior
  49. placeholder: What happened instead?
  50. validations:
  51. required: false