From 43a0cb5f935e4039f987a09c7611e5244bd74da4 Mon Sep 17 00:00:00 2001 From: Fortunate Omonuwa Date: Fri, 21 Nov 2025 11:41:39 +0100 Subject: [PATCH] docs: add pr template --- .github/pull_request_template.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 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..ed5552dd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,39 @@ + + + + +## Description + + + +## Related Issues + + + +## Additional Context + + + +## Checklist + + +Please make sure to check the following before submitting your pull request: + +- [ ] Did you read the [contributing guidelines](https://github.com/G-Research/ParquetSharp/blob/main/CONTRIBUTING.md)? +- [ ] Did you write any tests to validate this change? +- [ ] Did you update the docs? \ No newline at end of file