diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3c7307c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## Summary + +_Briefly Summarize the purpose of this PR._ + +## Description + +_Explain in detail what this PR is all about. This should include the problem you're solving, the approach taken, and any technical details that reviewers need to know._ + +## Images + +_Include any relevant images or diagrams that can help reviewers visualize the changes, if applicable_ + +## Issue(s) Addressed + +_Enter the issue number of the bug(s) that this PR fixes_ + +- Template should be strictly **Closes ** +- Example: Closes #1 + +## Prerequisites + +- [ ] Have you followed all the [CONTRIBUTING GUIDELINES](https://github.com/BamaCharanChhandogi/Diabetes-Prediction/blob/main/CONTRIBUTION.md)?