From 798feec10eaa16d2cbdfc3531a849ccec490497e Mon Sep 17 00:00:00 2001 From: kzndotsh Date: Mon, 22 Jul 2024 12:02:09 -0400 Subject: [PATCH] fix(suggestion.yaml): remove validations from suggestion template to allow optional suggestions --- .github/ISSUE_TEMPLATE/suggestion.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/suggestion.yaml b/.github/ISSUE_TEMPLATE/suggestion.yaml index 3531f3b..d69cd40 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yaml +++ b/.github/ISSUE_TEMPLATE/suggestion.yaml @@ -19,5 +19,3 @@ body: label: Describe your suggesiton description: How and why is your suggestion useful to this community? placeholder: I wish to see tool here becuase it is used for... - validations: - required: true