From 928311acf35b5ebbf60baefeb756968a46dea600 Mon Sep 17 00:00:00 2001 From: prakash-218 <122505303+prakash-218@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:08:02 +0530 Subject: [PATCH] Chore: Update PR template to include fixes (#7694) --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a80f8cf0a..0d3caacf1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,10 @@ ## Description -_Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. -If it fixes a bug or resolves a feature request, be sure to link to that issue._ +_Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request._ +_If it fixes an existing issue (bug or feature), use the following keyword:_ +_Closes: #ISSUE-NUMBER_ ## Type of change