bug_report.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. name: Bug Report
  2. description: File a bug report
  3. title: "[Bug]: "
  4. labels: ["bug", "triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. Thanks for reporting an bug. If you would prefer a private method,
  10. please email support@wolfssl.com
  11. - type: input
  12. id: contact
  13. attributes:
  14. label: Contact Details
  15. description: How can we get in touch with you if we need more info?
  16. placeholder: ex. email@example.com
  17. validations:
  18. required: false
  19. - type: input
  20. id: version
  21. attributes:
  22. label: Version
  23. description: What version were you using?
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: details
  28. attributes:
  29. label: Description
  30. description: |
  31. Describe the issue in detail
  32. Please include:
  33. * Specific `./configure` options or `user_settings.h`
  34. * Target and build environment
  35. placeholder: |
  36. Blinded by the light!
  37. Code runs too fast. It's gone plaid!
  38. ...
  39. validations:
  40. required: true
  41. - type: textarea
  42. id: reproduce
  43. attributes:
  44. label: Reproduction steps
  45. description: If possible please give instructions on how to reproduce.
  46. placeholder: |
  47. 1. `./configure --enable-42`
  48. 2. `make question`
  49. 3.
  50. ...
  51. validations:
  52. required: false
  53. - type: textarea
  54. id: logs
  55. attributes:
  56. label: Relevant log output
  57. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  58. render: shell