From 0435a02115a083533b9761e338f067a950ede1b6 Mon Sep 17 00:00:00 2001 From: UserMandhapati Date: Fri, 30 Jan 2026 17:27:16 +0100 Subject: [PATCH] docs: add pull request template Added a standard template to guide contributors when submitting pull requests. --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 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..e1dea6e0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## Description +Briefly describe the changes introduced by this PR. + +## Type of Change +- [ ] Bug fix +- [ ] New example +- [ ] Documentation update + +## Testing +Describe how you tested your changes.