From ce8def20649a995daca21881afa2e51492698ec0 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 29 Sep 2021 00:25:32 +0200 Subject: [PATCH] github: fix bug report issue form --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 19fa969b..54122c1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,7 +53,7 @@ body: - type: checkboxes attributes: label: Did you update your dependencies? - description: `yarn upgrade-interactive` + description: "`yarn upgrade-interactive`" options: - label: Yes, I’ve updated my dependencies to use the latest version of all packages. required: true