bug_report.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  18. required: true
  19. - label: "Please do not modify this template :) and fill in all the required fields."
  20. required: true
  21. - type: input
  22. attributes:
  23. label: Dify version
  24. description: See about section in Dify console
  25. validations:
  26. required: true
  27. - type: dropdown
  28. attributes:
  29. label: Cloud or Self Hosted
  30. description: How / Where was Dify installed from?
  31. multiple: true
  32. options:
  33. - Cloud
  34. - Self Hosted (Docker)
  35. - Self Hosted (Source)
  36. validations:
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: Steps to reproduce
  41. description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
  42. placeholder: Having detailed steps helps us reproduce the bug.
  43. validations:
  44. required: true
  45. - type: textarea
  46. attributes:
  47. label: ✔️ Expected Behavior
  48. placeholder: What were you expecting?
  49. validations:
  50. required: false
  51. - type: textarea
  52. attributes:
  53. label: ❌ Actual Behavior
  54. placeholder: What happened instead?
  55. validations:
  56. required: false