-
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.
Merge branch 'main' into refactor/remove-unused-imports
- Loading branch information
Showing
1 changed file
with
37 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,37 @@ | ||
# Pull Request | ||
|
||
## Description | ||
|
||
Please include a summary of the changes and the motivation behind them. If applicable, link to any related issues. | ||
|
||
## Type of Change | ||
|
||
Please check the type of change your PR introduces: | ||
|
||
- [ ] Bugfix | ||
- [ ] New feature | ||
- [ ] Enhancement | ||
- [ ] Documentation | ||
- [ ] Refactoring | ||
- [ ] Other (please specify): | ||
|
||
## Checklist | ||
|
||
- [ ] I have read the [contributing guidelines](CONTRIBUTING.md). | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] I ran `black` formatter on the codebase. (CI/CD will fail if neglected) | ||
- [ ] My code follows the project's coding style guidelines. | ||
|
||
## Related Issues | ||
|
||
- Closes # (issue number) | ||
- Related to # (issue number) | ||
|
||
## Screenshots (if applicable) | ||
|
||
If your change includes visual updates, please include screenshots to demonstrate the changes. | ||
|
||
## Additional Notes | ||
|
||
Add any additional notes or comments here. For example, describe any known issues or limitations. |