diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9e9eb22 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,36 @@ +## Pull Request + +### Description + +[Provide a brief description of the purpose and goals of this pull request.] + +### Related Issues + +[Reference any related issues or feature requests that this PR addresses. Use the format `Fixes #123` or `Closes #456`.] + +### Changes Made + +[List the changes made in this pull request. Include specific details about code modifications, new features, bug fixes, or any other relevant changes.] + +### Screenshots (if applicable) + +[Include any relevant screenshots or images that help reviewers understand the changes visually.] + +### Testing (if applicable) + +[Describe the testing process you have followed. Include information about the test environment, steps to reproduce, and any test results or outcomes.] + +### Checklist + +Please review and check off the following items as applicable: + +- [ ] The code follows the project's coding conventions and style guidelines. +- [ ] All existing tests pass successfully. +- [ ] I have added new tests to cover the changes (if applicable). +- [ ] Documentation has been updated or added to reflect the changes (if applicable). +- [ ] The code has been reviewed and approved by at least one other contributor. +- [ ] The branch is up-to-date with the latest changes from the main branch. + +### Additional Information + +[Include any additional context, notes, or information that may be relevant to the review and merging of this PR.]