From 53f348af22bbb7ae6c517987120b3a80bf2523dd Mon Sep 17 00:00:00 2001 From: Shivansh Bhatnagar Date: Wed, 29 May 2024 15:00:16 +0530 Subject: [PATCH] Added a Pull Request Template --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 0000000..ae5c301 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Description +[Provide a brief description of the changes made in this pull request.] + +## Motivation and Context +[Explain the motivation behind these changes and provide any relevant context.] + +## How to Test +[Describe the steps to test the changes made in this pull request.] + +## Related Issues +[If applicable, mention any related issues or pull requests.] + +## Checklist +- [ ] I have tested these changes locally. +- [ ] I have reviewed the code and ensured it follows the project's coding guidelines. +- [ ] I have updated the documentation, if necessary. +- [ ] I have assigned reviewers to this pull request. + +## Screenshots (if applicable) +[If your changes include any visual updates, provide screenshots here.]