From 550f3b28ea45e6b7d4c751d4f81b8a7eacdf5387 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 15 Jul 2023 11:09:36 +0200 Subject: [PATCH] Use textarea instead of markdown for main field in help-wanted discussion --- .github/DISCUSSION_TEMPLATE/help-wanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help-wanted.yml b/.github/DISCUSSION_TEMPLATE/help-wanted.yml index 29956209..1283f43d 100644 --- a/.github/DISCUSSION_TEMPLATE/help-wanted.yml +++ b/.github/DISCUSSION_TEMPLATE/help-wanted.yml @@ -42,7 +42,7 @@ body: attributes: label: Database version placeholder: x.y.z - - type: markdown + - type: textarea validations: required: true attributes: