From c3ecdf40ce31d6f9cfc9763543c677c0e4392cff Mon Sep 17 00:00:00 2001 From: christianzoppi Date: Wed, 16 Oct 2024 09:46:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/ISSUE?= =?UTF-8?q?=5FTEMPLATE/issue.fr.yml'=20with=20remote=20'.github/sb-templat?= =?UTF-8?q?es/issue.fr.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/issue.fr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.fr.yml b/.github/ISSUE_TEMPLATE/issue.fr.yml index bacc65ca..3663af2b 100644 --- a/.github/ISSUE_TEMPLATE/issue.fr.yml +++ b/.github/ISSUE_TEMPLATE/issue.fr.yml @@ -1,4 +1,4 @@ -name: 🖌 SDK Feature Request +name: "\U0001F58C SDK Feature Request" description: Propose a feature or improvement that the Storyblok SDK should have labels: [enhancement, pending-triage, pending-author] body: @@ -10,7 +10,7 @@ body: id: feature-description attributes: label: Description - description: 'Clear and concise description of what you want to include or enhance from the SDK. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this feature request, tell us in the description so we can review and be aware of it. Thanks in advance!' + description: "Clear and concise description of what you want to include or enhance from the SDK. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this feature request, tell us in the description so we can review and be aware of it. Thanks in advance!" placeholder: As a developer using Storyblok SDK I want [wish] so that [benefit]. validations: required: true @@ -18,7 +18,7 @@ body: id: suggested-solution attributes: label: Suggested solution or improvement - description: Link to the PR or what implementation you will expect from us (links to external examples if needed). + description: "Link to the PR or what implementation you will expect from us (links to external examples if needed)." validations: required: true - type: textarea