-
Notifications
You must be signed in to change notification settings - Fork 2
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
a7ec994
commit 3770397
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 @@ | ||
--- | ||
title: "" | ||
--- | ||
|
||
## Description | ||
|
||
Provide a brief description of what this pull request is doing. Explain the purpose of the changes and how they address | ||
the related issue or feature. | ||
|
||
## Related Issues | ||
|
||
Link any related issues or feature requests. For example: | ||
|
||
- Fixes #[issue-number] | ||
|
||
## Type of Change | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Breaking change | ||
- [ ] Refactoring | ||
- [ ] Documentation update | ||
- [ ] Other (please describe): | ||
|
||
## Checklist | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] Any dependent changes have been merged and published in downstream modules | ||
|
||
## Additional Context / Screenshots (if appropriate) | ||
|
||
Provide any additional context or screenshots that might help the reviewer understand the pull request better. |