From 5a4c76959bdbf6f14e21ae038539bf4b48d4650d Mon Sep 17 00:00:00 2001 From: Sameer Shaik <112153702+SSameer20@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:39:52 +0530 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..4f1e465 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,26 @@ +## Pull Request + +## Description + + +## Related Issues + + +## Changes Made + + +## Screenshots (if applicable) + + +## Checklist + + +- [x] My code follows the code style of this project. +- [ ] I have reviewed my code and ensured it's functioning as expected. +- [ ] I have added appropriate comments to my code, particularly in hard-to-understand areas. +- [ ] I have updated the documentation accordingly. +- [ ] My changes generate no new warnings or errors. +- [ ] I have tested my changes locally. + +## Additional Notes +