bug_report.yml 1.7 KB

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