From 9f31cdfdede7783a14ba99a3fe1df13fc71f5c78 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Fri, 30 Aug 2019 22:30:21 -0700 Subject: [PATCH] [docs] Add Pull Request Template Check (#5600) * prtemplate * fix * Update PULL_REQUEST_TEMPLATE.md * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Edward Oakes --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a29de5acd..560219e92 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,7 @@ -## Linter +## Checks - [ ] 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/.