From 10ecf4d99db65d693ac21bf679cb58e6e5450bd5 Mon Sep 17 00:00:00 2001 From: Rishabh Raizada Date: Mon, 22 Mar 2021 18:16:36 +0530 Subject: [PATCH] Update pull_request_template.md Added extra point to check for linting rules before merging --- .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 15e814c..7370652 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,7 @@ - [ ] No Conflicts - [ ] Change In Code - [ ] Change In Documentation +- [ ] Follows linting rules ### Screenshots Before this PR | After this PR