bug-report.yml 1.4 KB

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