1# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2# 3# SPDX-License-Identifier: curl 4 5name: Bug Report on code 6description: Tell us about your problem with curl or libcurl 7 8body: 9 - type: markdown 10 attributes: 11 value: | 12 Thanks for taking the time to fill out this bug report! 13 14 Only file bugs here! Ask questions on the mailing lists https://curl.se/mail/ 15 16 **SECURITY RELATED?** Post it here: https://hackerone.com/curl 17 18 There are collections of known issues to be aware of: 19 20 - https://curl.se/docs/knownbugs.html 21 - https://curl.se/docs/todo.html 22 23 - type: textarea 24 id: reproducer 25 attributes: 26 label: I did this 27 validations: 28 required: false 29 30 - type: textarea 31 id: expected-behaviour 32 attributes: 33 label: I expected the following 34 validations: 35 required: false 36 37 - type: textarea 38 id: version 39 attributes: 40 label: curl/libcurl version 41 description: | 42 Please paste the output of `curl -V` here. 43 placeholder: 'curl 8.2.0' 44 validations: 45 required: true 46 47 - type: textarea 48 id: os 49 attributes: 50 label: operating system 51 description: | 52 On Unix please post the output of `uname -a` here. 53 placeholder: 'Fedora Linux 38' 54 validations: 55 required: true 56