-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from damianricobelli/damianricobelli-patch-2
chore: add pull request template
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
## Description | ||
|
||
Please provide a brief description of the changes introduced in this pull request. | ||
|
||
- What issue does this pull request address? | ||
- What does it fix, improve, or add? | ||
|
||
## Related Issues | ||
|
||
List any related issues, bugs, or feature requests that this pull request addresses. | ||
|
||
- Issue: [#issue_number](link_to_issue) | ||
|
||
## Checklist | ||
|
||
Please review the following checklist before submitting the pull request: | ||
|
||
- [ ] My code follows the code style of this project. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] All new and existing tests passed. | ||
- [ ] I have updated the documentation (if necessary). | ||
- [ ] I have checked the build and it works as expected. | ||
|
||
## Screenshots (if appropriate) | ||
|
||
Include screenshots or videos to demonstrate the visual changes introduced by this pull request. | ||
|
||
## Additional Notes | ||
|
||
Provide any additional information that might be helpful for the reviewer, such as implementation details or potential issues. |