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