-
Notifications
You must be signed in to change notification settings - Fork 19
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
efdb140
commit 8a2927d
Showing
1 changed file
with
49 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,49 @@ | ||
## Description | ||
<!-- | ||
Provide a brief summary of the changes made in this pull request. | ||
Include the context and reasons for making these changes. | ||
If this PR fixes an issue, include "Fixes #<issue-number>". | ||
--> | ||
|
||
## Type of Change | ||
<!-- Please delete options that are not relevant. --> | ||
- [ ] 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 not work as expected) | ||
- [ ] Documentation update | ||
- [ ] Refactor (code changes that neither fix a bug nor add a feature) | ||
- [ ] Other (please specify): | ||
|
||
## Checklist | ||
<!-- Check all items that apply: --> | ||
- [ ] I have followed the coding standards for this project. | ||
- [ ] My code has been linted and formatted. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] All new and existing tests passed. | ||
- [ ] I have updated the documentation, if necessary. | ||
- [ ] The changes require review by another team member (add reviewer). | ||
|
||
## How Has This Been Tested? | ||
<!-- | ||
Describe the tests that you ran to verify your changes. | ||
Provide instructions so that reviewers can reproduce the test results. | ||
Include relevant details like the environment, test cases, and any edge cases tested. | ||
--> | ||
|
||
## Related Issues | ||
<!-- | ||
Link related issues or pull requests if applicable. | ||
E.g., "Related to #123", "Depends on #456". | ||
--> | ||
|
||
## Screenshots or GIFs (if applicable) | ||
<!-- | ||
Include screenshots or animated GIFs to show any visual changes. | ||
--> | ||
|
||
## Further Comments | ||
<!-- | ||
Add any other information that reviewers may find useful. | ||
Include things like known issues, alternative approaches considered, or design decisions made. | ||
--> | ||
|