From adb6548d386338b441732ed1f8652e5dcb70dfaa Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 2 Aug 2024 10:38:08 +0200 Subject: [PATCH] Link to the list of supported browsers in the bug report template Given that users fairly often report issues with unsupported browsers/environments it cannot hurt to provide a link to the relevant section in the FAQ. --- .github/ISSUE_TEMPLATE/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4ac003009..741a9fedc 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -15,6 +15,7 @@ body: - type: input attributes: label: Web browser and its version + description: Please ensure that it's supported, refer to [the FAQ](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support) validations: required: true - type: input