From febc9a741bdc258e1f69c4734c07cebfbc77b7b0 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Thu, 4 Oct 2012 08:37:14 -0700 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 1baae2c..075151e 100644 --- a/Contributing.md +++ b/Contributing.md @@ -99,9 +99,11 @@ git push origin type3fontsupport ``` ### 6) Pull Request -Create a pull request on github for your feature branch. The code will then be reviewed and tested further by our pdfbot. +Create a pull request on github for your feature branch. The code will then be reviewed and tested further by our pdfbot. ### 7) Code Review & Further Testing +In addition to the github pull request workflow, it's highly recommended that you setup some form of communication with pdf.js team via #pdfjs IRC channel at irc.mozilla.org or e-mail. That will help to find a reviewer for your patch and speed up the review process. + A collaborator will kick off further testing and do a code review. ### 8) Merging to Master