Skip to content

Commit

Permalink
Create bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Jun 19, 2024
1 parent c53f71a commit f7e4b51
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Bug Report
about: Report a bug with PDF.js

This comment has been minimized.

Copy link
@Snuffleupagus

Snuffleupagus Jun 19, 2024

I will never claim to be an expert on English grammar, but how about?

about: Report a bug in 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."

0 comments on commit f7e4b51

Please sign in to comment.