mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-07 17:05:38 +02:00
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.
This commit is contained in:
parent
8446d3ac03
commit
4caa309fda
1 changed files with 2 additions and 0 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -26,11 +26,13 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: PDF.js version
|
label: PDF.js version
|
||||||
|
description: Please find official releases [here](https://github.com/mozilla/pdf.js/releases)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Is the bug present in the latest PDF.js version?
|
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"]
|
options: ["Yes", "No"]
|
||||||
default: 0
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue