From 7d1b69ba9b9a94ef34c7f50ac6f0b9eb43933a6e Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Fri, 24 Nov 2023 09:56:12 +1100 Subject: [PATCH] issue template: make checksum error tickbox more explicit Adds a reference to `SHA56 Mismatch` text, and asks to open a PR before submitting an issue. --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 2cb82cc3e0798..1a0ecc13d4b29 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -16,7 +16,7 @@ body: required: false - label: I have checked the instructions for [reporting bugs](https://github.com/Homebrew/homebrew-cask#reporting-bugs). required: true - - label: I made doubly sure this is not a [checksum does not match](https://docs.brew.sh/Common-Issues#cask---checksum-does-not-match) error. + - label: I made doubly sure this is not a [checksum does not match / SHA256 mismatch](https://docs.brew.sh/Common-Issues#cask---checksum-does-not-match) error (do not open an issue before trying to open a PR to fix first). required: true - type: textarea attributes: