-
Notifications
You must be signed in to change notification settings - Fork 354
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
29 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,29 @@ | ||
## Description | ||
<!-- Provide a clear and concise description of your changes --> | ||
|
||
## Type of Change | ||
<!-- Mark the appropriate option with an [x] --> | ||
- [ ] Bug fix (non-breaking change that fixes an issue) | ||
- [ ] New feature (non-breaking change that adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation update | ||
- [ ] Refactoring (no functional changes) | ||
- [ ] Performance improvement | ||
- [ ] Test updates | ||
- [ ] CI/CD related changes | ||
- [ ] Other (please describe): | ||
|
||
## Testing | ||
<!-- Describe the tests you ran and/or added to verify your changes --> | ||
- [ ] Added new unit tests | ||
- [ ] Added new integration tests | ||
- [ ] Ran existing test suite | ||
- [ ] Tested manually (please provide steps) | ||
|
||
## Related Issues | ||
<!-- Link any related issues using the GitHub issue syntax: #issue-number | ||
If there is no open issue for this, please add details of the problem or open a new issue. --> | ||
Fixes # | ||
|
||
## Additional Context | ||
<!-- Add any other context about the pull request here --> |