From 0cf94e6856a2d2a2815233b3113e011e84b636ae Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 16 Jun 2015 15:23:24 -0700 Subject: [PATCH] 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 --- COLLABORATOR_GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4