From 4caa309fda69c3e303c69a4e6406dd7aadb63767 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 15 Aug 2024 09:25:21 +0200 Subject: [PATCH] Link to official releases and the demo viewer in the bug report template Hopefully this might lead to *more* users actually testing the latest version before reporting a bug. --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 741a9fedc..757dd953a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -26,11 +26,13 @@ body: - type: input attributes: label: PDF.js version + description: Please find official releases [here](https://github.com/mozilla/pdf.js/releases) validations: required: true - type: dropdown attributes: label: Is the bug present in the latest PDF.js version? + description: Please check the [online demo](https://github.com/mozilla/pdf.js#online-demo) options: ["Yes", "No"] default: 0 validations: