Some checks failed
Types tests / Test (lts/*) (push) Has been cancelled
Lint / Lint (lts/*) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / Test (20) (push) Has been cancelled
CI / Test (22) (push) Has been cancelled
CI / Test (24) (push) Has been cancelled
24 lines
710 B
YAML
24 lines
710 B
YAML
name: Feature request
|
|
description: Propose a new feature or enhancement for PDF.js
|
|
title: "[Feature]: "
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: Is the feature relevant to the Firefox PDF Viewer?
|
|
options: ["Yes", "No"]
|
|
default: 1
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Feature description
|
|
description: What new feature would you like PDF.js to have? Why would it be useful? What are the current workarounds?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Other PDF viewers
|
|
description: Do other PDF viewers implement similar functionality? Add descriptions, links, and/or screenshots.
|