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)"