From 09a81b92d52ce5666d866e7c177029de738b131e Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Tue, 26 Nov 2024 11:46:49 +0200 Subject: [PATCH] chore: avoid too leading/suggesting placeholder --- .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 495518c..b6898ea 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -25,7 +25,7 @@ body: attributes: label: Use Case description: Describe the situation or context where you need this feature - placeholder: When I'm deploying to multiple environments, I need to... + placeholder: I need to... validations: required: true