From e4c36502033d567cdc183df40a82b4a183f36c4b Mon Sep 17 00:00:00 2001 From: Satyam Bansal Date: Mon, 5 Jan 2026 01:38:02 +0530 Subject: [PATCH] chore: update pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ae9a6d6fa..d2d4cc432 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,15 @@ -## Description +### Description Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. -## Checklist +
+Checklist + - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes \ No newline at end of file +- [ ] New and existing unit tests pass locally with my changes + +
\ No newline at end of file