From f60945d3c14b8b3b62ac5a64f418776582b64bc8 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 7 Oct 2018 10:14:15 +0000 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..030d141 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +Makes sure these boxes are checked before submitting your pull request -- thank you! + +- [ ] I tested it locally. +- [ ] I tried to run at least one application VM and it works.