mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
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:
parent
abd8f2b78b
commit
86b45f6e7e
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user