From 1496c19941e57badc88823ca89cebe8d4120196c Mon Sep 17 00:00:00 2001 From: Anshu Gupta <114828525+ang037@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:39:42 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..639e9744 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +## Pull Request Title +Please provide a concise and descriptive title for the PR. + +## Description +- What changes are being introduced? Provide a clear summary. +- Why are these changes necessary? Explain the context. + +## Type of Change +Please select the relevant option: +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Documentation update +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +## Checklist +- [ ] I have read and followed the contribution guidelines. +- [ ] I have thoroughly tested the changes I made. +- [ ] I have added relevant tests (if applicable). +- [ ] The code runs successfully after the changes. + +## Testing Performed +- Describe any testing that has been performed (manual or automated). +- Mention if there are new or updated test cases. + +## Related Issues +- Link any related issues or discussions if applicable (e.g. fixes #123). + +## Additional Notes +- Add any other information or context for reviewers.