bug_report.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: Bug report
  2. description: Report a reproducible layout, rendering, or workflow bug.
  3. title: "bug: "
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for reporting a bug. Screenshots and the generated HTML are the fastest way to make this actionable.
  10. - type: textarea
  11. id: summary
  12. attributes:
  13. label: What happened?
  14. description: Describe the issue clearly.
  15. placeholder: "The footer overlaps the final card on slide 6..."
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: expected
  20. attributes:
  21. label: What did you expect?
  22. placeholder: "The content should stay above the footer."
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: reproduce
  27. attributes:
  28. label: How can we reproduce it?
  29. description: Include the prompt, source document, generated deck, or a minimal example.
  30. placeholder: |
  31. 1. Use this prompt...
  32. 2. Generate a Swiss style deck...
  33. 3. Open slide 6...
  34. validations:
  35. required: true
  36. - type: textarea
  37. id: screenshots
  38. attributes:
  39. label: Screenshots or files
  40. description: Drag screenshots or attach the generated index.html if possible.
  41. - type: input
  42. id: environment
  43. attributes:
  44. label: Environment
  45. placeholder: "Claude Code / Codex / Cursor, macOS 15, Chrome 125..."
  46. - type: dropdown
  47. id: theme
  48. attributes:
  49. label: Theme
  50. options:
  51. - Style A · Editorial magazine
  52. - Style B · Swiss international
  53. - Both / unsure
  54. validations:
  55. required: true