From c144ee395f7d42daf11388493ca6f6e808d80194 Mon Sep 17 00:00:00 2001 From: Travis Prescott Date: Wed, 17 Apr 2019 09:35:37 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#645) Refer to azdev. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 823593378b8..b3c4281109b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ This checklist is used to make sure that common guidelines for a pull request ar ### General Guidelines -- [ ] Have you run `./scripts/ci/test_static.sh` locally? (`pip install pylint flake8` required) +- [ ] Have you run `azdev style ` locally? (`pip install azdev` required) - [ ] Have you run `python scripts/ci/test_index.py -q` locally? For new extensions: