committed by
GitHub
3 changed files with 173 additions and 15 deletions
@ -0,0 +1,48 @@ |
|||
<!-- |
|||
Thank you for your contribution to our project! Please fill out the following template to help reviewers understand your changes. |
|||
--> |
|||
|
|||
## Description |
|||
<!-- |
|||
Provide a clear and concise description of what this PR does. Explain the problem it solves or the feature it adds. |
|||
--> |
|||
|
|||
## Related Issues |
|||
<!-- |
|||
Link any related issues here using the GitHub syntax: "Fixes #123" or "Relates to #456". |
|||
If there are no related issues, you can remove this section. |
|||
--> |
|||
|
|||
## Changes Made |
|||
<!-- |
|||
List the key changes you've made. Focus on the most important aspects that reviewers should understand. |
|||
--> |
|||
- |
|||
- |
|||
- |
|||
- |
|||
|
|||
## Testing Done |
|||
<!-- |
|||
Describe how you tested these changes. |
|||
--> |
|||
|
|||
## Screenshots (if applicable) |
|||
<!-- |
|||
If your changes affect the UI, include screenshots or screencasts showing the before and after. |
|||
--> |
|||
|
|||
## Checklist |
|||
<!-- |
|||
Check all that apply. If an item doesn't apply to your PR, you can leave it unchecked or remove it. |
|||
--> |
|||
- [ ] Code follows project style guidelines |
|||
- [ ] Documentation has been updated or added |
|||
- [ ] Tests have been added or updated |
|||
- [ ] All CI checks pass |
|||
- [ ] Dependent changes have been merged |
|||
|
|||
## Additional Notes |
|||
<!-- |
|||
Add any other context about the PR here. |
|||
--> |
|||
Loading…
Reference in new issue