From: Artur Adib Date: Wed, 16 Nov 2011 20:27:28 +0000 (-0500) Subject: Added link to Corpus Report X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1d04bd2dbbcf119c5fb8b173b3b129ed9c169746;p=pdf.js.git Added link to Corpus Report --- diff --git a/README.md b/README.md index 4ea613c..97db68d 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,17 @@ workings of PDF and pdf.js: ## Contributing pdf.js is a community-driven project, so contributors are always welcome. -Simply fork our repo and contribute away. A great place to start is our -[open issues](https://github.com/mozilla/pdf.js/issues). For better consistency and -long-term stability, please do look around the code and try to follow our conventions. +Simply fork our repo and contribute away. Good starting places for picking +a bug are the top error messages and TODOs in our corpus report: + ++ http://people.mozilla.com/~bdahl/corpusreport/test/ref/ + +and of course our open Github issues: + ++ https://github.com/mozilla/pdf.js/issues + +For better consistency and long-term stability, please do look around the +code and try to follow our conventions. More information about the contributor process can be found on the [contributor wiki page](https://github.com/mozilla/pdf.js/wiki/Contributing).