docs.yml 860 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. #
  3. # SPDX-License-Identifier: curl
  4. name: Bug Report on documentation
  5. description: Problems, errors, mistakes or typos in documentation.
  6. labels: documentation
  7. body:
  8. - type: markdown
  9. attributes:
  10. value: |
  11. Thanks for taking the time to fill out this bug report!
  12. Only file documentation bugs here! Ask questions on the mailing lists https://curl.se/mail/
  13. - type: textarea
  14. id: source
  15. attributes:
  16. label: Specify which documentation you found a problem with
  17. description: |
  18. Include function name, URL, tarball version and all other relevant
  19. details that identify the documentation source.
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: problem
  24. attributes:
  25. label: The problem
  26. validations:
  27. required: true