other.yaml 744 B

12345678910111213141516171819202122232425262728
  1. name: General Issue
  2. description: Request support with an issue
  3. labels: ["triage"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: >
  8. Thanks for reporting an issue. If you would prefer a private method,
  9. please email support@wolfssl.com
  10. - type: input
  11. id: version
  12. attributes:
  13. label: Version
  14. description: What version were you using?
  15. validations:
  16. required: true
  17. - type: textarea
  18. id: details
  19. attributes:
  20. label: Description
  21. description: |
  22. Describe the issue in detail.
  23. Please include specific configuration options or user_settings.h
  24. placeholder: |
  25. `./configure --enable-world-domination` fails
  26. ...
  27. validations:
  28. required: true