bug-report.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: Bug report
  2. description: Report a reproducible bug in oh-my-opencode-slim.
  3. title: '[Bug]: '
  4. labels:
  5. - bug
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for filing a bug. Keep it short, but include enough detail for us to reproduce it.
  11. - type: textarea
  12. id: summary
  13. attributes:
  14. label: What happened, and what did you expect?
  15. description: Describe the bug and the expected behavior.
  16. placeholder: |
  17. What happened: The plugin crashes when I run...
  18. Expected: It should...
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: reproduce
  23. attributes:
  24. label: Steps to reproduce
  25. description: Share the smallest repro you can.
  26. placeholder: |
  27. 1. Run...
  28. 2. Open...
  29. 3. See...
  30. validations:
  31. required: false
  32. - type: textarea
  33. id: config
  34. attributes:
  35. label: oh-my-opencode.json
  36. description: Paste your oh-my-opencode.json config.
  37. render: jsonc
  38. validations:
  39. required: false
  40. - type: input
  41. id: opencode-version
  42. attributes:
  43. label: OpenCode version
  44. placeholder: 0.4.12
  45. validations:
  46. required: false
  47. - type: input
  48. id: plugin-version
  49. attributes:
  50. label: oh-my-opencode-slim version
  51. placeholder: 0.0.0
  52. validations:
  53. required: false
  54. - type: input
  55. id: os
  56. attributes:
  57. label: Operating system
  58. placeholder: macOS 15.4 / Ubuntu 24.04 / Windows 11
  59. validations:
  60. required: false
  61. - type: textarea
  62. id: logs
  63. attributes:
  64. label: Logs, screenshots, or extra context
  65. description: Add anything else that may help us reproduce or understand the bug.
  66. render: shell
  67. validations:
  68. required: false