diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000000000..09e571acab0505 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,14 @@ +name: Feature request +description: Propose a new feature or enhancement for PDF.js +body: +- 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? + validation: + required: true + +- type: textarea + attributes: + label: Other PDF viewers + description: Do other PDF viewers implement similar functionality? Add descriptions, links, and/or screenshots.