From f94aa3d97f1064e29446fbb29a205493b251bac1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Jul 2024 12:22:15 +0200 Subject: [PATCH] ISSUE_TEMPLATE/docs: correct the field identifiers --- .github/ISSUE_TEMPLATE/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 354cfe5cf9..1b60a597ad 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -15,7 +15,7 @@ body: Only file documentation bugs here! Ask questions on the mailing lists https://curl.se/mail/ - type: textarea - id: reproducer + id: source attributes: label: Specify which documentation you found a problem with description: | @@ -25,7 +25,7 @@ body: required: true - type: textarea - id: expected-behaviour + id: problem attributes: label: The problem validations: -- 2.47.3