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

PR Template #910

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
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
47 changes: 47 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Pull Request
Tgenz1213 marked this conversation as resolved.
Show resolved Hide resolved

## Overview
Tgenz1213 marked this conversation as resolved.
Show resolved Hide resolved

- **Title**: [Descriptive title of the changes]
surapuramakhil marked this conversation as resolved.
Show resolved Hide resolved
- **Related Issues**: #[issue number]
- **Type**:
- [ ] Feature
- [ ] Bug Fix
- [ ] Refactor
- [ ] Documentation
- [ ] Other:

## Description

[Provide a clear description of the changes and their purpose]

## Implementation Details

- [ ] Changes are focused and solve the stated problem
- [ ] Code follows project style guides
- [ ] Complex logic is documented
- [ ] No unnecessary complexity introduced

## Testing

- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing completed
- [ ] All tests passing

## Documentation & Quality

- [ ] Project documentation updated
- [ ] Code reviewed for clarity
- [ ] Breaking changes clearly marked
- [ ] Dependencies documented

## Deployment Impact

- [ ] Database migrations required? [Yes/No]
- [ ] Configuration changes needed? [Yes/No]
- [ ] Breaking changes? [Yes/No]

## Additional Notes

[Add any other context or notes for reviewers]