bug-report.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. name: Bug report
  2. description: Report an issue that should be fixed (avoid pasting giant AI generated summaries or your issue may be closed/ignored)
  3. body:
  4. - type: textarea
  5. id: description
  6. attributes:
  7. label: Description
  8. description: Describe the bug you encountered
  9. placeholder: What happened?
  10. validations:
  11. required: true
  12. - type: input
  13. id: plugins
  14. attributes:
  15. label: Plugins
  16. description: What plugins are you using?
  17. validations:
  18. required: false
  19. - type: input
  20. id: opencode-version
  21. attributes:
  22. label: OpenCode version
  23. description: What version of OpenCode are you using?
  24. validations:
  25. required: false
  26. - type: textarea
  27. id: reproduce
  28. attributes:
  29. label: Steps to reproduce
  30. description: How can we reproduce this issue?
  31. placeholder: |
  32. 1.
  33. 2.
  34. 3.
  35. validations:
  36. required: false
  37. - type: textarea
  38. id: screenshot-or-link
  39. attributes:
  40. label: Screenshot and/or share link
  41. description: Run `/share` to get a share link, or attach a screenshot
  42. placeholder: Paste link or drag and drop screenshot here
  43. validations:
  44. required: false
  45. - type: input
  46. id: os
  47. attributes:
  48. label: Operating System
  49. description: what OS are you using?
  50. placeholder: e.g., macOS 26.0.1, Ubuntu 22.04, Windows 11
  51. validations:
  52. required: false
  53. - type: input
  54. id: terminal
  55. attributes:
  56. label: Terminal
  57. description: what terminal are you using?
  58. placeholder: e.g., iTerm2, Ghostty, Alacritty, Windows Terminal
  59. validations:
  60. required: false