From 7b8ecbc84edc8938af44a2cdf63a10ced3d5ac81 Mon Sep 17 00:00:00 2001 From: "Gorkem Cetin (BWL)" <167266851+gorkem-bwl@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:55:15 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index c884b2e12..b9700b622 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,9 +1,10 @@ ## Describe your changes -## Issue Number if applicable +## Issue number if applicable -## Checklist before requesting a review +## Fill the checklist before requesting a review - [ ] I have performed a self-review of my code -- [ ] I have inlcuded the issue # in the PR if applicable +- [ ] I have included the issue # in the PR (if applicable) - [ ] I have labelled the PR correctly +- [ ] My PR is granular and targeted to one specific feature only