bug-report.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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: plugins
  15. attributes:
  16. label: Plugins
  17. description: What plugins are you using?
  18. validations:
  19. required: false
  20. - type: input
  21. id: opencode-version
  22. attributes:
  23. label: OpenCode version
  24. description: What version of OpenCode are you using?
  25. validations:
  26. required: false
  27. - type: textarea
  28. id: reproduce
  29. attributes:
  30. label: Steps to reproduce
  31. description: How can we reproduce this issue?
  32. placeholder: |
  33. 1.
  34. 2.
  35. 3.
  36. validations:
  37. required: false
  38. - type: textarea
  39. id: screenshot-or-link
  40. attributes:
  41. label: Screenshot and/or share link
  42. description: Run `/share` to get a share link, or attach a screenshot
  43. placeholder: Paste link or drag and drop screenshot here
  44. validations:
  45. required: false
  46. - type: input
  47. id: os
  48. attributes:
  49. label: Operating System
  50. description: what OS are you using?
  51. placeholder: e.g., macOS 26.0.1, Ubuntu 22.04, Windows 11
  52. validations:
  53. required: false
  54. - type: input
  55. id: terminal
  56. attributes:
  57. label: Terminal
  58. description: what terminal are you using?
  59. placeholder: e.g., iTerm2, Ghostty, Alacritty, Windows Terminal
  60. validations:
  61. required: false