bug_report.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: "🕷️ Bug report"
  2. description: Report errors or unexpected behavior
  3. labels:
  4. - bug
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: Please make sure to [search for existing issues](https://github.com/langgenius/dify/issues) before filing a new one!
  9. - type: input
  10. attributes:
  11. label: Dify version
  12. placeholder: 0.3.21
  13. description: See about section in Dify console
  14. validations:
  15. required: true
  16. - type: dropdown
  17. attributes:
  18. label: Cloud or Self Hosted
  19. description: How / Where was Dify installed from?
  20. multiple: true
  21. options:
  22. - Cloud
  23. - Self Hosted
  24. - Other (please specify in "Steps to Reproduce")
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Steps to reproduce
  30. description: We highly suggest including screenshots and a bug report log.
  31. placeholder: Having detailed steps helps us reproduce the bug.
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: ✔️ Expected Behavior
  37. placeholder: What were you expecting?
  38. validations:
  39. required: false
  40. - type: textarea
  41. attributes:
  42. label: ❌ Actual Behavior
  43. placeholder: What happened instead?
  44. validations:
  45. required: false