diff options
Diffstat (limited to '.github/DISCUSSION_TEMPLATE')
| -rw-r--r-- | .github/DISCUSSION_TEMPLATE/support.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/DISCUSSION_TEMPLATE/support.yml b/.github/DISCUSSION_TEMPLATE/support.yml index 8404a4c0..bf8f5247 100644 --- a/.github/DISCUSSION_TEMPLATE/support.yml +++ b/.github/DISCUSSION_TEMPLATE/support.yml @@ -1,5 +1,5 @@ body: - - type: textarea + - type: input attributes: label: Operating System description: What operating system are you using? @@ -7,7 +7,7 @@ body: validations: required: true - - type: textarea + - type: input attributes: label: Shell description: What shell are you using? |
