Skip to content

Commit

Permalink
Pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoFasulo authored Sep 10, 2023
1 parent 78b62bc commit 554982e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Pull Request Template

## Description

Please include a brief description of the purpose of this pull request.

## Changes Made

List the changes you made in this pull request. Include details about new features, bug fixes, or any other modifications.

## Related Issues

If this pull request is related to any GitHub issues, please link them here.

- Fixes #XX
- Addresses #YY

## Checklist

Please review and check the following items before submitting your pull request:

- [ ] I have tested my changes thoroughly.
- [ ] My code follows the project's coding style guidelines.
- [ ] I have updated documentation, if necessary.
- [ ] All existing tests pass successfully.
- [ ] I have added new tests, if applicable.
- [ ] I have reviewed my code to ensure it is clean and efficient.
- [ ] I have added any required comments or explanations for complex code changes.

## Screenshots (if applicable)

If your pull request includes changes to the user interface, please provide screenshots to visually demonstrate the changes.

## Additional Notes

Include any additional information or notes about your pull request that may be helpful for reviewers.

0 comments on commit 554982e

Please sign in to comment.