-
Notifications
You must be signed in to change notification settings - Fork 57
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
05d5465
commit 94371a7
Showing
1 changed file
with
25 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,25 @@ | ||
## PR Title | ||
[Summary of the changes made] | ||
|
||
## Description | ||
[Detailed description of the changes made] | ||
|
||
## Linked Issue | ||
Please link the issue that this PR resolves in the format: `#[issue_number] [issue_name]` | ||
|
||
## Changes and Additions | ||
- [List of changes and additions] | ||
|
||
## Testing and Validation | ||
[Describe how the changes were tested and validated] | ||
|
||
## Additional Context or Information | ||
[Provide any additional details relevant to the PR] | ||
|
||
## Checklist | ||
Please ensure you've completed the following tasks: | ||
- [ ] Code is up to date with the project's latest version | ||
- [ ] All tests have been run and passed | ||
- [ ] Code has been reviewed for correctness and readability | ||
- [ ] Followed the project's coding guidelines | ||
|