From 6a6f4712a5aab48f428c223fa82e89a2fd9fb068 Mon Sep 17 00:00:00 2001 From: singhkunal2050 Date: Fri, 25 Oct 2024 18:00:41 +0530 Subject: [PATCH] Added PR Template --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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 00000000..8f89f8d9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + +### Changes + +Describe the key changes in this PR with the Jira Issue reference + +### Screenshots (if any) + +Attach screenshots to illustrate changes, if applicable + +### How Has This Been Tested? + +Describe the testing approach and any relevant configurations (e.g., environment, platform) + +### Checklist + +- [ ] Code compiles without errors +- [ ] All tests pass +- [ ] Build process is successful +- [ ] Documentation has been updated (if needed) \ No newline at end of file