51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
# Pull Request Title
|
|
<!-- Provide a concise and descriptive title for the pull request -->
|
|
|
|
## Related Issue
|
|
<!-- If this pull request is related to an issue, please link it here using the "#" symbol followed by the issue number (e.g., #123) -->
|
|
|
|
## Description
|
|
<!-- Describe the changes made in this pull request. What problem does it solve or what feature does it add/modify? -->
|
|
copilot:summary
|
|
|
|
## Type
|
|
<!-- Check the relevant options by putting an "x" in the brackets -->
|
|
|
|
- [ ] Bug Fix
|
|
- [ ] Feature Enhancement
|
|
- [ ] Documentation Update
|
|
- [ ] Code Refactoring
|
|
- [ ] Other (please specify):
|
|
|
|
## Proposed Changes
|
|
<!-- List the specific changes made in this pull request -->
|
|
|
|
-
|
|
-
|
|
-
|
|
|
|
## Screenshots / Code Snippets (if applicable)
|
|
<!-- Include any relevant screenshots or code snippets that help visualize the changes made -->
|
|
|
|
## How to Test
|
|
<!-- Provide step-by-step instructions or a checklist for testing the changes in this pull request -->
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Checklist
|
|
<!-- Put an "x" in the brackets for the items that apply to this pull request -->
|
|
|
|
- [ ] The code compiles successfully without any errors or warnings
|
|
- [ ] The changes have been tested and verified
|
|
- [ ] The documentation has been updated (if applicable)
|
|
- [ ] The changes follow the project's coding guidelines and best practices
|
|
- [ ] The commit messages are descriptive and follow the project's guidelines
|
|
- [ ] All tests (if applicable) pass successfully
|
|
- [ ] This pull request has been linked to the related issue (if applicable)
|
|
|
|
## Additional Information
|
|
<!-- Add any other information about the pull request that you think might be helpful -->
|
|
copilot:walkthrough
|