From 8ffb94e7cc41e06781e23bcbbc21db0e6788b6bc Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 23 Apr 2017 16:56:45 +0200 Subject: [PATCH] Remove mailing list and weekly meeting --- Frequently-Asked-Questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index ac04d4e..2d478e4 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -159,9 +159,9 @@ Yes. PDF.js will attempt to recover usable PDF data (pages, content or fonts) an ## I have a really great idea. Where is the best place to record it? -The best place is our dev-pdf-js@lists.mozilla.org mailing list. You can subscribe to it using [lists.mozilla.org](https://lists.mozilla.org/listinfo/dev-pdf-js) or [Google Groups](https://groups.google.com/group/mozilla.dev.pdf-js/topics). This way you will reach not only developers. As an alternative, you can join our [weekly engineering meeting](https://github.com/mozilla/pdf.js/wiki/Weekly-Public-Meetings) to discuss new ideas for the project. +You can contact the developers on our IRC channel `#pdfjs` on `irc.mozilla.org`. -The issue tracking system is designed to record a single technical problem. A bug report is something where a developer/contributor can work on. The [GitHub issue tracker](https://github.com/mozilla/pdf.js/issues?state=open) is not a good place for general, not well thought out or unworkable ideas. Most likely a discussion-type issue will not be addressed for a long time or closed as invalid. +The issue tracking system is designed to record a single technical problem. A bug report is something a developer/contributor can work on. The [GitHub issue tracker](https://github.com/mozilla/pdf.js/issues?state=open) is not a good place for general, not well thought out or unworkable ideas. Most likely a discussion-type issue will not be addressed for a long time or closed as invalid. ## I'm developing a custom solution based on PDF.js core library. Can you help me?