You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
790B

  1. name: Bug Report
  2. description: Report a bug with Cardinal
  3. body:
  4. - type: input
  5. id: version
  6. attributes:
  7. label: Version
  8. value: "26.01"
  9. validations:
  10. required: true
  11. - type: dropdown
  12. id: plugin-type
  13. attributes:
  14. label: Plugin type
  15. multiple: true
  16. options:
  17. - Native / JACK
  18. - AU
  19. - CLAP
  20. - LV2
  21. - VST2
  22. - VST3
  23. validations:
  24. required: true
  25. - type: input
  26. id: os
  27. attributes:
  28. label: OS
  29. validations:
  30. required: true
  31. - type: input
  32. id: daw-host
  33. attributes:
  34. label: "DAW / Host (if applicable)"
  35. validations:
  36. required: false
  37. - type: textarea
  38. id: bug-description
  39. attributes:
  40. label: Description
  41. validations:
  42. required: true