From ac40ffcf0ad41f6a8d381b80b4ef541536609477 Mon Sep 17 00:00:00 2001 From: Saumya Bhattacharya <98171392+Saumya-28@users.noreply.github.com> Date: Thu, 30 May 2024 22:12:16 +0530 Subject: [PATCH] Created PULL_REQUEST_TEMPLATE.md Created Pull Request Template for the project. --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..e6d69691 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ +# Pull Request + +### Title + + +### Description + + +### Related Issues + + +### Changes Made + + +### Checklist + +- [ ] I have tested the changes locally +- [ ] Documentation has been updated (if necessary) +- [ ] Changes are backward-compatible + +### Screenshots (if applicable) + + +### Additional Notes + + +Footer