-
Notifications
You must be signed in to change notification settings - Fork 2
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 #30 from TurakhiaLab/ang037-patch-1
Create pull_request_template.md
- Loading branch information
Showing
1 changed file
with
29 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,29 @@ | ||
## Pull Request Title | ||
Please provide a concise and descriptive title for the PR. | ||
|
||
## Description | ||
- What changes are being introduced? Provide a clear summary. | ||
- Why are these changes necessary? Explain the context. | ||
|
||
## Type of Change | ||
Please select the relevant option: | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Documentation update | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
## Checklist | ||
- [ ] I have read and followed the contribution guidelines. | ||
- [ ] I have thoroughly tested the changes I made. | ||
- [ ] I have added relevant tests (if applicable). | ||
- [ ] The code runs successfully after the changes. | ||
|
||
## Testing Performed | ||
- Describe any testing that has been performed (manual or automated). | ||
- Mention if there are new or updated test cases. | ||
|
||
## Related Issues | ||
- Link any related issues or discussions if applicable (e.g. fixes #123). | ||
|
||
## Additional Notes | ||
- Add any other information or context for reviewers. |