From 27c3af3ac0363353e96b0298ba2a0fdf3ec096bc 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. --- COLLABORATOR_GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index e3a93b9c190d44..d32e189deed856 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -67,6 +67,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