From 752144feaf5dfb02a2087996233e64e3cf19529b Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 29 Sep 2021 00:27:32 +0200 Subject: [PATCH] github: improve the 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 41fa3de5..cf343beb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,7 +46,7 @@ body: - type: checkboxes attributes: label: Did you update your dependencies? - description: "`yarn upgrade-interactive`" + description: "Use `yarn upgrade-interactive` to update your dependencies." options: - label: Yes, I’ve updated my dependencies to use the latest version of all packages. required: true