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: "请务必使用英文提交 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. placeholder: 0.6.11
  25. description: See about section in Dify console
  26. validations:
  27. required: true
  28. - type: dropdown
  29. attributes:
  30. label: Cloud or Self Hosted
  31. description: How / Where was Dify installed from?
  32. multiple: true
  33. options:
  34. - Cloud
  35. - Self Hosted (Docker)
  36. - Self Hosted (Source)
  37. validations:
  38. required: true
  39. - type: textarea
  40. attributes:
  41. label: Steps to reproduce
  42. description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
  43. placeholder: Having detailed steps helps us reproduce the bug.
  44. validations:
  45. required: true
  46. - type: textarea
  47. attributes:
  48. label: ✔️ Expected Behavior
  49. placeholder: What were you expecting?
  50. validations:
  51. required: false
  52. - type: textarea
  53. attributes:
  54. label: ❌ Actual Behavior
  55. placeholder: What happened instead?
  56. validations:
  57. required: false