From b842ee092f77a3b838455a2f9fe4c450839aa9c9 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 16 Apr 2020 17:16:20 -0700 Subject: [PATCH] Added note about running make preflight --- .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 320580e3..40efa399 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ https://github.com/efroemling/ballistica/wiki/Contributing ## Steps +- [ ] Ensure `make preflight` completes successfully. - [ ] Add yourself to CONTRIBUTORS if you are a new contributor. - [ ] Add a CHANGELOG entry describing what your PR does. - [ ] Write a good description on what the PR does.