-
Notifications
You must be signed in to change notification settings - Fork 1
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
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 @@ | ||
## Summary | ||
<!-- Provide a brief overview of the changes and their purpose. --> | ||
|
||
## Related Issue | ||
<!-- Link the issue this PR addresses, e.g., "Closes #123" --> | ||
|
||
## Changes Made | ||
<!-- List the main changes introduced by this PR. Use bullet points for clarity. --> | ||
- [ ] Change 1 | ||
- [ ] Change 2 | ||
- [ ] Change 3 | ||
|
||
## Checklist | ||
<!-- Verify that the following steps have been completed before requesting a review. --> | ||
- [ ] My code follows the project's coding style and guidelines. | ||
- [ ] I have added/updated necessary documentation (if applicable). | ||
- [ ] I have written/updated tests to cover my changes (if applicable). | ||
- [ ] All tests pass locally on my machine. | ||
|
||
## Screenshots or Visuals (if applicable) | ||
<!-- Include screenshots, diagrams, or other visuals to help reviewers understand the changes. --> | ||
|
||
## Testing Instructions | ||
<!-- Detail steps to test this PR. Include any setup, specific test cases, and expected results. --> | ||
1. Step 1 | ||
2. Step 2 | ||
3. Step 3 | ||
|
||
## Notes for Reviewers | ||
<!-- Add any special notes for reviewers, such as areas to focus on or challenges faced. --> | ||
|
||
## Additional Context | ||
<!-- Add any other relevant information or context that might be helpful. --> |