From 4cff5467c6523cf445a3947e11d098047dedff29 Mon Sep 17 00:00:00 2001 From: Sriniketh J <81156510+srini047@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:33:43 +0530 Subject: [PATCH] add: PR template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..8b03474bb6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Fixes + +This PR resolves #issue_number + +## What does this PR do? +(Provide a description of what this PR does and why it's needed.) + +## Screenshots +Provide supporting docs, limitations if any, video of the template, or anything that you want to share to support your PR