Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmchugh111 authored Aug 22, 2024
1 parent b15c765 commit 23698f4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Description of Changes
[Provide a brief description of the changes introduced by this pull request.]

## What are the relevant tickets (if any)

This PR is related to issue # , and will be closed upon successful merge of this PR request.

## Screenshots (if applicable)
[Include screenshots or animated GIFs that help visualize the changes, if applicable.]

## Testing
[Describe the testing process that has been done, including any relevant test cases or
scenarios covered. If applicable, provide steps for reviewers to manually test the changes.]

## Checklist
- [ ] The code follows the project's coding standards.
- [ ] Unit tests have been added or updated to cover the changes.
- [ ] Documentation has been updated to reflect the changes (if applicable).
- [ ] The code compiles without errors.
- [ ] The changes have been tested locally and pass all relevant tests.
- [ ] All new and existing tests pass.
- [ ] The pull request has been reviewed by at least one other contributor.

## Reviewer Instructions
[Provide any specific instructions or information that would help the reviewer understand the
context or nuances of the changes.]

## Deployment Notes
[Include any notes or instructions related to the deployment of this pull request, if
applicable.]

## Additional Information
[Add any additional information that may be relevant to the review or understanding of the
changes. This could include performance considerations, dependencies, or other relevant
details.]

0 comments on commit 23698f4

Please sign in to comment.