bug_report: require reporters to specify curl and os versions

- 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
This commit is contained in:
Jay Satiro 2023-08-09 02:48:11 -04:00
parent abd8f2b78b
commit 86b45f6e7e

View File

@ -34,7 +34,7 @@ body:
validations:
required: false
- type: input
- type: textarea
id: version
attributes:
label: curl/libcurl version
@ -42,9 +42,9 @@ body:
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
@ -52,4 +52,4 @@ body:
On Unix please post the output of `uname -a` here.
placeholder: 'Fedora Linux 38'
validations:
required: false
required: true