From 1e01f70c1dad82aa4f9d23a6679c14ee17c864e4 Mon Sep 17 00:00:00 2001 From: Dillon Cullinan Date: Mon, 29 Apr 2019 13:04:02 -0700 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eea8dd3f19a..ca9b8301c56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,5 +49,10 @@ contributing to. Start with _Step 3_ from above, commenting on the issue to let others know you are working on it. If you have any questions related to the implementation of the issue, ask them in the issue instead of the PR. +### Building and Testing on a gpuCI image locally + +Before submitting a pull request, you can do a local build and test on your machine that mimics our gpuCI environment using the `ci/local/build.sh` script. +For detailed information on usage of this script, see [here](ci/local/README.md). + ## Attribution Portions adopted from https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md