From ddbf03a2f86d6c928e783d7d2ed43eff5be054dc Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Thu, 2 Mar 2023 18:10:40 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d7c1b7241..4eb4ffac5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,3 +7,7 @@ Please include a summary of the changes and which issue is fixed / feature is ad # Pull Request - Checklist - [ ] Initial Manual Tests Passed +- [ ] Double check modified code and verify it with the feature/task requirements +- [ ] Formate code +- [ ] Look for code duplication +- [ ] Clear naming for variables and methods