-
Notifications
You must be signed in to change notification settings - Fork 21
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
fb3e6c3
commit c68cea8
Showing
1 changed file
with
33 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,33 @@ | ||
## Description | ||
|
||
Describe the changes made in this pull request. | ||
|
||
## Related Issue | ||
|
||
If this pull request addresses a specific issue, reference it here. | ||
|
||
## Proposed Changes | ||
|
||
Explain the changes made in this pull request and how they address the issue. | ||
|
||
## Checklist | ||
|
||
- [ ] My code follows the coding standards and conventions of the project. | ||
- [ ] I have added test cases in the `tests` folder to cover my changes, if applicable. | ||
- [ ] I have updated the documentation, if necessary. | ||
- [ ] I have tested my changes locally. | ||
|
||
## Screenshots or GIFs (if applicable) | ||
|
||
Include any relevant screenshots or GIFs to visually demonstrate the changes. | ||
|
||
## Additional Notes | ||
|
||
Add any additional notes or comments regarding the pull request. | ||
|
||
## Reviewer Checklist | ||
|
||
- [ ] Code review completed. | ||
- [ ] Tests passed successfully. | ||
- [ ] Documentation reviewed and updated, if necessary. | ||
- [ ] Any potential side effects or edge cases considered. |