This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
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
36 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,36 @@ | ||
## Pull Request | ||
|
||
### Description | ||
|
||
[Provide a brief description of the purpose and goals of this pull request.] | ||
|
||
### Related Issues | ||
|
||
[Reference any related issues or feature requests that this PR addresses. Use the format `Fixes #123` or `Closes #456`.] | ||
|
||
### Changes Made | ||
|
||
[List the changes made in this pull request. Include specific details about code modifications, new features, bug fixes, or any other relevant changes.] | ||
|
||
### Screenshots (if applicable) | ||
|
||
[Include any relevant screenshots or images that help reviewers understand the changes visually.] | ||
|
||
### Testing (if applicable) | ||
|
||
[Describe the testing process you have followed. Include information about the test environment, steps to reproduce, and any test results or outcomes.] | ||
|
||
### Checklist | ||
|
||
Please review and check off the following items as applicable: | ||
|
||
- [ ] The code follows the project's coding conventions and style guidelines. | ||
- [ ] All existing tests pass successfully. | ||
- [ ] I have added new tests to cover the changes (if applicable). | ||
- [ ] Documentation has been updated or added to reflect the changes (if applicable). | ||
- [ ] The code has been reviewed and approved by at least one other contributor. | ||
- [ ] The branch is up-to-date with the latest changes from the main branch. | ||
|
||
### Additional Information | ||
|
||
[Include any additional context, notes, or information that may be relevant to the review and merging of this PR.] |