From 5c8ea05b4722e7a92e00501e28ba5d2dee214e35 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Tue, 31 Aug 2021 12:19:58 +0200 Subject: [PATCH] Update version issue --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index e0e97cd28..df4917b8f 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -11,9 +11,9 @@ body: Note: before creating a bug issue, search in GitHub Issues to check if a similar bug was already reported. - type: checkboxes attributes: - label: GrapesJS latest version [![npm](https://img.shields.io/npm/v/grapesjs.svg)](https://www.npmjs.com/package/grapesjs) + label: GrapesJS version description: | - As the bug you're facing might be already fixed, we ask you to ensure to use the latest version available. + As the bug you're facing might be already fixed, we ask you to ensure to use the latest version available [![npm](https://img.shields.io/npm/v/grapesjs.svg)](https://www.npmjs.com/package/grapesjs). options: - label: I confirm to use the latest version of GrapesJS required: true