From 5ba41f205c91845e2bff4a78167b6ae0e3d52aab Mon Sep 17 00:00:00 2001 From: samadpls Date: Fri, 6 Sep 2024 18:13:18 +0500 Subject: [PATCH 1/2] Update pull request template to include issue closing functionality Signed-off-by: samadpls --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 849511b6..c505635e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,8 @@ **What It Does** +**Does this close any currently open issues?** + +Fixes #(issue_number) **How to Test** From a5853bf3e9091d1a718fa9d49e31608e392d64c3 Mon Sep 17 00:00:00 2001 From: Abdul Samad Date: Wed, 11 Sep 2024 20:14:03 +0500 Subject: [PATCH 2/2] refactored docstring Co-authored-by: Timothy Johnson Signed-off-by: Abdul Samad --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c505635e..839b2306 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ **What It Does** -**Does this close any currently open issues?** - -Fixes #(issue_number) + **How to Test**