From c3ed24af4fe3547129d5afc519c82f806706bd00 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Wed, 4 Mar 2026 16:05:21 +0100 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Contributing.md b/Contributing.md index b5a974a..9a80573 100644 --- a/Contributing.md +++ b/Contributing.md @@ -136,8 +136,6 @@ git push origin {branch_name} ### 6. Create pull request Create a pull request on GitHub for your feature branch. The code will then be reviewed and tested further by our contributors and the test bots. -Note that the translations for PDF.js in the `l10n` folder are synchronized with the Nightly branch of Mozilla Firefox. This means that we will only accept pull requests that add strings currently missing in the Nightly branch, but keep in mind that the changes will be overwritten when we synchronize again. - ### 7. Code review and automated testing In addition to the GitHub pull request workflow, it is recommended that you communicate with the PDF.js team, for example via the [Matrix room](https://chat.mozilla.org/#/room/#pdfjs:mozilla.org). That will help to find a reviewer for your patch and speed up the review process. The reviewer will kick off further testing and do a code review.