From 689aa100fa940d23c57574d595be1ec220125956 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:24:37 +1100 Subject: [PATCH] Make Alternatives Field Not Required (#590) [SKIP] --- tools/templates/002-feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/templates/002-feature-request.yml b/tools/templates/002-feature-request.yml index 7a54d9c..bd819ac 100644 --- a/tools/templates/002-feature-request.yml +++ b/tools/templates/002-feature-request.yml @@ -48,7 +48,7 @@ body: description: "What alternatives have you considered that might help solve the problem? If you aren't sure, or this is not related to a problem, please leave this field blank." placeholder: "Example: Otherwise, we can also do Z..." validations: - required: true + required: false - type: textarea id: additional-info attributes: