From e5bcae52f53669f1ce57e0f1ac80f15755a39db3 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 29 Mar 2019 16:49:02 -0700 Subject: [PATCH] Add lint advisory to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c435518a..7cbc2e05b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,13 @@ - + ## What do these changes do? - + ## Related issue number - + + +## Linter + +- [ ] I've run `scripts/format.sh` to lint the changes in this PR.