From e7bc5c612d122178ce08f93dec641856ec3a0cb8 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sun, 8 Mar 2020 15:16:49 -0700 Subject: [PATCH] Add testing strategy to PR template (#7505) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 42d17ed06..93044e992 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,3 +13,7 @@ - [ ] I've run `scripts/format.sh` to lint the changes in this PR. - [ ] I've included any doc changes needed for https://ray.readthedocs.io/en/latest/. - [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failure rates at https://ray-travis-tracker.herokuapp.com/. +- Testing Strategy + - [ ] Unit tests + - [ ] Release tests + - [ ] This PR is not tested (please justify below)