From 1a813ea4b95fa009c686106fb48960dc88f2dff5 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Tue, 25 Jun 2024 01:48:39 +0300 Subject: [PATCH] chore(repo): fix excess newline in placeholder (#6778) image *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- .github/ISSUE_TEMPLATE/feature.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index ae627be601d..2f846040c79 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -16,9 +16,7 @@ body: id: use-cases attributes: label: Use Case - placeholder: | - What problem are you trying to solve? Describe a *concrete* example of something you are trying to do and as many details as possible - about your motivation, the environment, etc. + placeholder: What problem are you trying to solve? Describe a *concrete* example of something you are trying to do and as many details as possible about your motivation, the environment, etc. validations: required: true