ISSUE_TEMPLATE/docs: add a separate GitHub issue template for documentation

As such problems don't really fit the code related template

Closes #14161
This commit is contained in:
Daniel Stenberg 2024-07-11 23:23:54 +02:00
parent 1263bf6964
commit 682c357f7f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 34 additions and 2 deletions

View File

@ -2,8 +2,8 @@
#
# SPDX-License-Identifier: curl
name: Bug Report
description: Create a report to help us improve
name: Bug Report on code
description: Tell us about your problem with curl or libcurl
body:
- type: markdown

32
.github/ISSUE_TEMPLATE/docs.yml vendored Normal file
View File

@ -0,0 +1,32 @@
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
name: Bug Report on documentation
description: Problems, errors, mistakes or typos in documentation.
labels: documentation
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Only file documentation bugs here! Ask questions on the mailing lists https://curl.se/mail/
- type: textarea
id: reproducer
attributes:
label: Specify which documentation you found a problem with
description: |
Include function name, URL, tarball version and all other relevant
details that identify the documentation source.
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: The problem
validations:
required: true