From f7e4b513e014a939c86dab22b3d08558b38ca7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 19 Jun 2024 12:47:19 +0200 Subject: [PATCH] Create bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 00000000000000..fe35cadc758136 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,27 @@ +name: Bug Report +about: Report a bug with PDF.js +body: + - type: input + id: pdf + attributes: + label: Attach (recommended) or Link to PDF file + + - type: markdown + attributes: + value: "**Configuration:**" + + - type: input + attributes: { label: Web browser and its version } + - type: input + attributes: { label: Operating system and its version } + - type: input + attributes: { label: PDF.js version } + - type: dropdown + attributes: + label: Is a browser extension + options: ["Yes", "No"] + + - type: textarea + attributes: + label: Steps to reproduce the problem + value: "1.\n2."