From e0d84faad6b3d635c9b976527828fabc5664338d Mon Sep 17 00:00:00 2001 From: Mudit Saxena Date: Wed, 29 Jan 2025 09:23:37 +0530 Subject: [PATCH] Create pull request template (#2980) Added a minimal template for pull requests --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..b35cbca0c9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Summary + + + +## Testing Done