Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pull_request_template.md #75

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Pull Request

## Description

Please include a summary of the changes and the motivation behind them. If applicable, link to any related issues.

## Type of Change

Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Documentation
- [ ] Refactoring
- [ ] Other (please specify):

## Checklist

- [ ] I have read the [contributing guidelines](CONTRIBUTING.md).
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have updated the documentation accordingly.
- [ ] I ran `black` formatter on the codebase. (CI/CD will fail if neglected)
- [ ] My code follows the project's coding style guidelines.

## Related Issues

- Closes # (issue number)
- Related to # (issue number)

## Screenshots (if applicable)

If your change includes visual updates, please include screenshots to demonstrate the changes.

## Additional Notes

Add any additional notes or comments here. For example, describe any known issues or limitations.
Loading