bug_report.yml 1.3 KB

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