From: Rich Trott Date: Tue, 16 Jun 2015 22:23:24 +0000 (-0700) Subject: doc: mention CI in Collaborator Guide X-Git-Tag: v2.3.1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cf94e6856a2d2a2815233b3113e011e84b636ae;p=platform%2Fupstream%2Fnodejs.git doc: mention CI in Collaborator Guide Add link to Jenkins server in Collaborator Guide. PR-URL: https://github.com/nodejs/io.js/pull/1995 Reviewed-By: Chris Dickinson Reviewed-By: Jeremiah Senkpiel --- diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index e50cdcf..9d37f5c 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -68,6 +68,10 @@ TC for resolution (see below). All bugfixes require a test case which demonstrates the defect. The test should *fail* before the change, and *pass* after the change. +All pull requests that modify executable code should be subjected to +continuous integration tests on the +[project CI server](https://jenkins-iojs.nodesource.com/). + ### Involving the TC Collaborators may opt to elevate pull requests or issues to the TC for