From c458cd7bade2fef173c045c400c309da009d38c6 Mon Sep 17 00:00:00 2001 From: jmeridth Date: Fri, 16 Feb 2024 11:26:36 -0600 Subject: [PATCH] fix: incomplete phrase in feature issue template Signed-off-by: jmeridth --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 023dc72..e51081f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -18,7 +18,7 @@ body: required: true - type: textarea attributes: - label: Describe the solution you'd lik + label: Describe the feature you'd like to see implemented description: A clear and concise description of what you want to happen validations: required: true