Skip to content

Commit

Permalink
chore: tweak q-a discussion form template
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Sep 26, 2024
1 parent 7d6f244 commit 9999574
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 9999574

Please sign in to comment.