bug_report.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: Bug report
  2. description: Report a reproducible problem in MailHub.
  3. title: "fix: "
  4. labels:
  5. - bug
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for taking the time to report a bug. Please remove secrets, tokens, private keys, real customer data, and production-only identifiers before submitting.
  11. - type: textarea
  12. id: summary
  13. attributes:
  14. label: Summary
  15. description: What happened?
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: steps
  20. attributes:
  21. label: Steps to reproduce
  22. description: Provide a minimal reproduction.
  23. placeholder: |
  24. 1. ...
  25. 2. ...
  26. 3. ...
  27. validations:
  28. required: true
  29. - type: textarea
  30. id: expected
  31. attributes:
  32. label: Expected behavior
  33. validations:
  34. required: true
  35. - type: textarea
  36. id: actual
  37. attributes:
  38. label: Actual behavior
  39. validations:
  40. required: true
  41. - type: input
  42. id: node
  43. attributes:
  44. label: Node.js version
  45. placeholder: "24.x"
  46. - type: input
  47. id: docker
  48. attributes:
  49. label: Docker version
  50. - type: textarea
  51. id: logs
  52. attributes:
  53. label: Relevant logs
  54. description: Paste only sanitized logs.
  55. render: shell