summaryrefslogtreecommitdiff
path: root/doc/onboarding.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-09-04 21:33:06 -0700
committerRich Trott <rtrott@gmail.com>2016-09-07 21:01:17 -0700
commit75a2ad1f0b4719e8b78a120a9a4976bc56f006c7 (patch)
tree0eb8a5600d4be7f018f5c03063bc0c0c910a8d01 /doc/onboarding.md
parent446c9cdb027b62e08181190c3389188ab80a0d0e (diff)
downloadandroid-node-v8-75a2ad1f0b4719e8b78a120a9a4976bc56f006c7.tar.gz
android-node-v8-75a2ad1f0b4719e8b78a120a9a4976bc56f006c7.tar.bz2
android-node-v8-75a2ad1f0b4719e8b78a120a9a4976bc56f006c7.zip
doc: add CI help/support info to onboarding doc
PR-URL: https://github.com/nodejs/node/pull/8407 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r--doc/onboarding.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md
index e3f436a848..2effe6051e 100644
--- a/doc/onboarding.md
+++ b/doc/onboarding.md
@@ -115,6 +115,10 @@ onboarding session.
* The `CERTIFY_SAFE` box should be checked. By checking it, you are indicating that you have reviewed the code you are about to test and you are confident that it does not contain any malicious code. (We don't want people hijacking our CI hosts to attack other hosts on the internet, for example!)
* The `PR_ID` box should be filled in with the number identifying the pull request containing the code you wish to test. For example, if the URL for the pull request is `https://github.com/nodejs/node/issues/7006`, then put `7006` in the `PR_ID`.
* The remaining elements on the form are typically unchanged with the exception of `POST_STATUS_TO_PR`. Check that if you want a CI status indicator to be automatically inserted into the PR.
+ * If you need help with something CI-related:
+ * Use #node-dev (IRC) to talk to other Collaborators.
+ * Use #node-build (IRC) to talk to the Build WG members who maintain the CI infrastructure.
+ * Use the [Build WG repo](https://github.com/nodejs/build) to file issues for the Build WG members who maintain the CI infrastructure.
## Landing PRs: Overview