Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Pull Request Template #263

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## Pull Request Description

**What does this PR do?**
Provide a brief description of the changes introduced by this pull request.

**Why is this PR needed?**
Explain why this pull request is necessary. What problem or issue does it address?

**How was this PR implemented?**
Briefly describe the technical approach and any notable decisions made during implementation.

## Related Issues

Link to any GitHub issues or other relevant documentation that is related to this pull request.

## Screenshots / GIFs (if applicable)

If your changes include a visual component, consider adding screenshots or GIFs to help reviewers understand the changes.

## Testing

**Have you tested this code?**
Describe the testing you have performed, including the tools, frameworks, and environments used.

**Test Instructions**
Provide step-by-step instructions for the reviewer or QA team to test your changes.

## Checklist

- [ ] I have reviewed my own code.
- [ ] I have performed and documented thorough testing.
- [ ] I have updated the documentation (if applicable).
- [ ] I have followed the project's coding style and naming conventions.
- [ ] My code is free of linting errors and warnings.
- [ ] I have updated or added unit tests (if applicable).

## Reviewer Checklist

- [ ] Code has been reviewed for quality and correctness.
- [ ] Changes are well-documented and explained in the pull request description.
- [ ] Code style and naming conventions are consistent with the project.
- [ ] Testing is comprehensive and well-documented.
- [ ] The pull request can be merged with confidence.

## Additional Comments

Any additional comments, notes, or context that may be helpful for reviewers.