From b71c71672b692a0b87c6e80aaffc13239b4247db Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 13 Jul 2024 15:37:06 +0200 Subject: [PATCH] fix: invalid discussion form (again) --- .github/DISCUSSION_TEMPLATE/configuration.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/configuration.yml b/.github/DISCUSSION_TEMPLATE/configuration.yml index 2276001c..fea20da3 100644 --- a/.github/DISCUSSION_TEMPLATE/configuration.yml +++ b/.github/DISCUSSION_TEMPLATE/configuration.yml @@ -1,4 +1,4 @@ -title: "" +title: "config: " labels: [configuration] body: - type: markdown @@ -50,8 +50,6 @@ body: - type: textarea attributes: label: Describe the problem - description: | - A clear and concise description of what the problem is. - Please include any related errors you see in Neovim (e.g. in `:messages`) and attach any screenshots. + description: "A clear and concise description of what the problem is. \nPlease include any related errors you see in Neovim (e.g. in `:messages`) and attach any screenshots.\n" validations: required: true