diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..3b9a7fe --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,34 @@ +# Pull Request + +## Description + +[Replace this with a brief description of the changes introduced by this pull request.] + +## Related Issue + +Closes #[Issue Number] + +## Changes Made + +- [List the changes made in this pull request] + +## Screenshots (if applicable) + +[If your changes include any visual modifications, please include screenshots here.] + +## How to Test + +[Provide steps on how to test the changes made in this pull request, including any specific setup or configuration required.] + +## Checklist + +- [ ] I have read the contributing guidelines. +- [ ] My code follows the code style of this project. +- [ ] I have added appropriate comments to my code, particularly in hard-to-understand areas. +- [ ] I have tested my changes thoroughly. +- [ ] All new and existing tests passed. +- [ ] I have updated documentation if necessary. + +## Additional Notes + +[Add any additional notes or context here.]