-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create
pull_request_template.md
- Loading branch information
1 parent
445f56f
commit 1d04bc1
Showing
1 changed file
with
24 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,24 @@ | ||
# Pull Request Title | ||
|
||
[Include a concise summary of the changes introduced by this pull request] | ||
|
||
## Description | ||
|
||
[Provide a detailed description of the changes made in this pull request, including any new features, bug fixes, or improvements] | ||
|
||
## Related Issues | ||
|
||
[Include any related GitHub issues or pull requests that are addressed or closed by this pull request, using the syntax "Fixes #issue_number" or "Resolves #issue_number"] | ||
|
||
## Checklist | ||
|
||
- [ ] I have tested these changes locally and verified that they work as intended. | ||
- [ ] I have updated the documentation, if necessary, to reflect the changes introduced by this pull request. | ||
- [ ] I have reviewed the code changes to ensure they follow the project's coding standards and conventions. | ||
- [ ] I have added unit tests, if applicable, to cover any new functionality or changes made by this pull request. | ||
- [ ] I have ensured that there are no conflicts with the main branch. | ||
|
||
## Additional Information | ||
|
||
[Include any additional information, context, or screenshots that may be helpful for reviewing this pull request] | ||
|