-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(global): 📝 adding pull_request_template
to help contributer when they are requesting for pull_request ref: #75
- Loading branch information
Showing
1 changed file
with
40 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,40 @@ | ||
## Description | ||
|
||
Clearly describe the changes you've made in this pull request. Explain the purpose and reasoning behind the changes. Reference any relevant issues or discussions using keywords like "Fixes #<issue_number>" or "Resolves #<issue_number>". | ||
|
||
## Related Issues | ||
|
||
<!--List any related issues that this pull request addresses. --> | ||
|
||
## Testing | ||
<!-- Describe the testing steps you have taken to ensure that your changes work as expected --> | ||
|
||
## Checklist | ||
|
||
- [ ] I have performed a thorough self-review of my code. | ||
- [ ] I have added or updated relevant tests for my changes. | ||
- [ ] My code follows the project's style guidelines and best practices. | ||
- [ ] I have updated the documentation if necessary. | ||
- [ ] I have added or updated relevant comments in my code. | ||
- [ ] I have resolved any merge conflicts of my branch. | ||
|
||
|
||
## Screenshots (if applicable) | ||
<!-- Include screenshots or animated GIFs to visually demonstrate the changes, if applicable --> | ||
|
||
## Additional Notes | ||
|
||
<!--Feel free to add any other relevant information that might be helpful to reviewers.--> | ||
|
||
## Reviewers | ||
|
||
<!--Tag any specific individuals or teams you'd like to review this pull request. | ||
Thank you for your contribution!--> | ||
|
||
--- | ||
|
||
## Maintainer Notes | ||
|
||
- [ ] Has this change been tested in a staging environment? | ||
- [ ] Does this change introduce any breaking changes or deprecations? |