From 98d619b46ea8494dfc69bff1d04adfc558d9e71a Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Mon, 21 Mar 2022 09:20:45 -0700 Subject: [PATCH] chore: update PR template to include formatting info (#5839) --- .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 53c7091aa..55fa0f943 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ - [ ] I branched from develop - [ ] My pull request is against develop - [ ] My code follows the [style guide](https://developers.google.com/blockly/guides/modify/web/style-guide) +- [ ] I ran `npm run format` and `npm run lint` ## The details ### Resolves