From e07a223d77aa4ed04087723d3bf48388fc527e21 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 6 Apr 2022 19:36:35 -0400 Subject: [PATCH] Added fmt and lint warnings to github pr template --- .github/PULL_REQUEST_TEMPLATE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 92f7e6534..96f22093b 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -9,3 +9,6 @@ - Include how it was tested - Include screenshot / gif (if possible) + + +Make sure you run `npm run format` and `npm run lint` before pushing.