From 12805ad4ad79d844fd0aaa47ae0e457dd81e3758 Mon Sep 17 00:00:00 2001 From: Yash Dhawan Date: Thu, 14 May 2026 08:57:13 +0530 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 0000000..235fc38 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Description + + + +## Linked Issue + +Closes # + +## Testing Done + + + +## Checklist + +- [ ] Tests pass locally +- [ ] Code follows project style guidelines +- [ ] Documentation updated if needed