diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-27 00:21:04 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 7c59a1114cda5e5b5e9ecd5fb6f4ebd9ba87bd0c (patch) | |
tree | 564ef72d0e63ecba81a5a7d00f620a6accb05cb4 /.github | |
parent | 068dc01cf53f46309dabde96e8a5a9e45a31f995 (diff) |
Add missing required flag in support request
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/10_support_request.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |