Browse Source

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 <christopher.s.dickinson@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v2.3.1-release
Rich Trott 10 years ago
parent
commit
0cf94e6856
  1. 4
      COLLABORATOR_GUIDE.md

4
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

Loading…
Cancel
Save