-
Notifications
You must be signed in to change notification settings - Fork 6
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
2 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,39 @@ | ||
### Description | ||
|
||
Please provide a brief description of the changes in this PR. Include any relevant context or background information. | ||
|
||
- **What**: Clearly and concisely describe what changes you have made. | ||
- **Why**: Explain the reasoning behind these changes. What problem are you solving? Why is this change necessary? | ||
- **How**: Describe how you implemented these changes. Provide an overview of the approach and any important implementation details. | ||
|
||
### Changes Made | ||
|
||
- **Added**: List new features or files added. | ||
- **Modified**: Describe existing features or files modified. | ||
- **Removed**: Detail features or files that were removed. | ||
|
||
### Related Issues | ||
|
||
Link to any related issues or discussions. Use keywords like "Fixes", "Resolves", or "Closes" to link to issues automatically. | ||
|
||
- Fixes # | ||
- Resolves # | ||
- Closes # | ||
|
||
### Breaking changes | ||
|
||
Describe any breaking change. | ||
|
||
|
||
### Additional Notes and Examples | ||
|
||
Include any additional notes or context that reviewers should be aware of, including snippets of code illustrating your new feature. | ||
|
||
--- | ||
|
||
**Please ensure your PR meets the following requirements:** | ||
|
||
- [ ] Code builds and passes tests locally, including doctests | ||
- [ ] New tests have been added (for bug fixes/features) | ||
- [ ] Pre-commit passes | ||
- [ ] PR to the documentation exists (for bug fixes / features) |