forked from mozilla/pdf.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mozilla/master'
- Loading branch information
Showing
939 changed files
with
125,998 additions
and
85,097 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Auto-format `.js` files with ESLint/Prettier | ||
de36b2aabab2b7fd647d9591f959c4540129541d | ||
# Auto-format `.css` files with Stylelint/Prettier | ||
8aa2718d225ad701a5b8a2788b42d221f1e4327d | ||
# Auto-format `.json` files with Prettier | ||
29de9bdce6c9785574994fda0e51533d796a9bb4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
l10n/en-US/*.ftl @mozilla/pdfjs-l10n |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
name: Bug Report | ||
description: Report a bug in PDF.js | ||
title: "[Bug]: " | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Attach (recommended) or Link to PDF file | ||
description: Without this information the issue may be closed without comment | ||
placeholder: Please place only the PDF file in this field | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: { value: "---" } | ||
|
||
- type: input | ||
attributes: | ||
label: Web browser and its version | ||
description: Please ensure that it's supported, refer to [the FAQ](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Operating system and its version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: PDF.js version | ||
description: Please find official releases [here](https://github.com/mozilla/pdf.js/releases) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
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"] | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Is a browser extension | ||
options: ["Yes", "No"] | ||
default: 1 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: { value: "---" } | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce the problem | ||
placeholder: "1.\n2." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is the expected behavior? | ||
description: Also add a screenshot | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What went wrong? | ||
description: Also add a screenshot | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Link to a viewer | ||
description: Needed if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Do you have anything to add that doesn't fit in the issue template? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Need help? | ||
url: https://github.com/mozilla/pdf.js/discussions | ||
about: If you need help on how to use PDF.js, please open a discussion where other community members can reply |
Oops, something went wrong.