From 566937dfe8253031c38395e9d9502ab84bfdacdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Yafes=20Akba=C5=9F?= <62028911+might4@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:19:14 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a873d94..7df3010 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ **Related Issue:** # -## Category of Thing You Changed: +## Change Category: - [ ] Bug Fix - [ ] Feature @@ -23,10 +23,10 @@ # Checklist: -- [ ] My code complies with this project's code format guidelines. +- [ ] My code complies with this project's code formatting guidelines. - [ ] I reviewed my code. -- [ ] I left code comments for areas that may be difficult to understand. -- [ ] If necessary, I have updated the documentation. -- [ ] Changes I made are not producing new issues. +- [ ] I added comments especially in portions that may be difficult to understand. +- [ ] If necessary, I updated the documentation. +- [ ] Changes I made do not produce new issues. - [ ] I added or updated tests based on my changes. -- [ ] If there's any, all changes related to my changes are already in main branch. +- [ ] If any, all changes related to my changes are already present in the main branch.