From 26834bcf94059e10092d490429c11bddef2380b5 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Wed, 2 Oct 2019 15:23:34 -0700 Subject: [PATCH] Add message about tests passing and flaky tests to PR template (#5833) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 560219e92..42d17ed06 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,3 +12,4 @@ - [ ] 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/.