From 890ababe0a6f8a2b5d78588d5eb554ec16b71761 Mon Sep 17 00:00:00 2001 From: pwnb0y Date: Tue, 30 Aug 2022 00:28:49 +0530 Subject: [PATCH] =?UTF-8?q?=C2=83=20some=20grammar=20mistake=20is=20correc?= =?UTF-8?q?ted=20inPULL=5FREQUEST=5FTEMPLATE.md=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 b2d8493c..e88c8cd0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ ## Checklist before requesting a review - [ ] My code follows the style guidelines of this project -- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have performed a self-review of my code - [ ] If it is a core feature, I have added thorough tests. - [ ] New and existing unit tests pass locally with my changes