From 7c59a1114cda5e5b5e9ecd5fb6f4ebd9ba87bd0c Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Tue, 27 Jun 2023 00:21:04 -0400 Subject: Add missing required flag in support request --- .github/ISSUE_TEMPLATE/10_support_request.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/10_support_request.yml b/.github/ISSUE_TEMPLATE/10_support_request.yml index 91a24a84..1da1016e 100644 --- a/.github/ISSUE_TEMPLATE/10_support_request.yml +++ b/.github/ISSUE_TEMPLATE/10_support_request.yml @@ -102,6 +102,8 @@ body: label: How are you trying to do it, and what's happening instead? description: | Include code snippets and a description of the expected output, and be as detailed as possible. If possible, try to reduce your code examples to a minimal example that reproduces the problem/behavior. + validations: + required: true - type: textarea id: more_info -- cgit v1.2.3