-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
1 changed file
with
34 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,34 @@ | ||
# Pull Request | ||
|
||
## Description | ||
|
||
[Replace this with a brief description of the changes introduced by this pull request.] | ||
|
||
## Related Issue | ||
|
||
Closes #[Issue Number] | ||
|
||
## Changes Made | ||
|
||
- [List the changes made in this pull request] | ||
|
||
## Screenshots (if applicable) | ||
|
||
[If your changes include any visual modifications, please include screenshots here.] | ||
|
||
## How to Test | ||
|
||
[Provide steps on how to test the changes made in this pull request, including any specific setup or configuration required.] | ||
|
||
## Checklist | ||
|
||
- [ ] I have read the contributing guidelines. | ||
- [ ] My code follows the code style of this project. | ||
- [ ] I have added appropriate comments to my code, particularly in hard-to-understand areas. | ||
- [ ] I have tested my changes thoroughly. | ||
- [ ] All new and existing tests passed. | ||
- [ ] I have updated documentation if necessary. | ||
|
||
## Additional Notes | ||
|
||
[Add any additional notes or context here.] |