Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

bug_report.yml 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
  12. required: true
  13. - 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).
  14. required: true
  15. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  16. required: true
  17. - label: I confirm that I am using English to submit this report, otherwise it will be closed.
  18. required: true
  19. - label: 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  20. required: true
  21. - label: "Please do not modify this template :) and fill in all the required fields."
  22. required: true
  23. - type: input
  24. attributes:
  25. label: Dify version
  26. description: See about section in Dify console
  27. validations:
  28. required: true
  29. - type: dropdown
  30. attributes:
  31. label: Cloud or Self Hosted
  32. description: How / Where was Dify installed from?
  33. multiple: true
  34. options:
  35. - Cloud
  36. - Self Hosted (Docker)
  37. - Self Hosted (Source)
  38. validations:
  39. required: true
  40. - type: textarea
  41. attributes:
  42. label: Steps to reproduce
  43. description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
  44. placeholder: Having detailed steps helps us reproduce the bug. If you have logs, please use fenced code blocks (triple backticks ```) to format them.
  45. validations:
  46. required: true
  47. - type: textarea
  48. attributes:
  49. label: ✔️ Expected Behavior
  50. description: Describe what you expected to happen.
  51. placeholder: What were you expecting? Please do not copy and paste the steps to reproduce here.
  52. validations:
  53. required: true
  54. - type: textarea
  55. attributes:
  56. label: ❌ Actual Behavior
  57. description: Describe what actually happened.
  58. placeholder: What happened instead? Please do not copy and paste the steps to reproduce here.
  59. validations:
  60. required: false