-
Notifications
You must be signed in to change notification settings - Fork 4
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
50 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,50 @@ | ||
## Description of Changes | ||
|
||
### Type of Change | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] Documentation update | ||
- [ ] Other (please describe) | ||
|
||
### Purpose of Change | ||
Explain the motivation for these changes. What problem are you solving? | ||
|
||
### Details | ||
Provide a clear and concise description of the changes made: | ||
- | ||
- | ||
- | ||
|
||
### Related Issues | ||
- Fixes #(issue number) | ||
- Related to #(issue number) | ||
|
||
### Checklist | ||
Please check if your PR fulfills these requirements: | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have added tests that prove my fix/feature works | ||
- [ ] My changes generate no new warnings | ||
- [ ] I have updated the documentation accordingly | ||
- [ ] I have added/updated relevant test cases | ||
|
||
### Additional Context | ||
Add any other context about the pull request here. Screenshots, comparisons, or any additional information that might help reviewers understand the changes. | ||
|
||
### Verification Steps | ||
Describe the steps to verify the changes: | ||
1. | ||
2. | ||
3. | ||
|
||
### Performance Impact (if applicable) | ||
Describe any potential performance implications of these changes. | ||
|
||
### Potential Risks | ||
List any potential risks or side effects of these changes: | ||
- | ||
- | ||
|
||
### Reviewers | ||
@mention specific team members or maintainers who should review this PR |