From 6e6c4b540b88644f46067d749a2c346ad7e4cebf Mon Sep 17 00:00:00 2001 From: Samarpan Date: Tue, 11 Jun 2019 17:20:46 +0530 Subject: [PATCH] PR template added --- .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 ebe4240..8db4819 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] Test A - [ ] Test B -## Checklist: +## Checklist : - [ ] Performed a self-review of my own code - [ ] npm test passes on your machine