- Change curl version and os sections from single-line input to
multi-line textarea.
- Require curl version and os sections to be filled out before report
can be submitted.
Closes https://github.com/curl/curl/pull/11636
validations:
required: false
- - type: input
+ - type: textarea
id: version
attributes:
label: curl/libcurl version
Please paste the output of `curl -V` here.
placeholder: 'curl 8.2.0'
validations:
- required: false
+ required: true
- - type: input
+ - type: textarea
id: os
attributes:
label: operating system
On Unix please post the output of `uname -a` here.
placeholder: 'Fedora Linux 38'
validations:
- required: false
+ required: true