Skip to content

Commit

Permalink
Merge pull request #30 from TurakhiaLab/ang037-patch-1
Browse files Browse the repository at this point in the history
Create pull_request_template.md
  • Loading branch information
ang037 authored Sep 12, 2024
2 parents f6751e1 + 1496c19 commit 35bee0b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
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.

0 comments on commit 35bee0b

Please sign in to comment.