From 99995747f8c8d611504536e5374a808bc35b5fb2 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 26 Sep 2024 13:50:58 +0200 Subject: [PATCH] chore: tweak q-a discussion form template --- .github/DISCUSSION_TEMPLATE/q-a.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index a1b33e23..91c615c8 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -26,6 +26,20 @@ body: required: false - label: I have added a very descriptive title to this question. required: true + - type: textarea + id: description + attributes: + label: Description + description: | + What is the problem, question, or error? + + Write a short description explaining what you are doing, what you expect to happen, and what is currently happening. + placeholder: | + * I'm trying to use the `rustaceanvim` plugin to do X. + * I expect to see Y. + * Instead, it does Z. + validations: + required: true - type: textarea id: example attributes: @@ -62,20 +76,6 @@ body: render: lua validations: required: true - - type: textarea - id: description - attributes: - label: Description - description: | - What is the problem, question, or error? - - Write a short description explaining what you are doing, what you expect to happen, and what is currently happening. - placeholder: | - * I'm trying to use the `rustaceanvim` plugin to do X. - * I expect to see Y. - * Instead, it does Z. - validations: - required: true - type: input attributes: label: "Neovim version (nvim -v)"