-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b15c765
commit 23698f4
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.] |