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 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
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- **Title**: [Descriptive title of the changes]
surapuramakhil marked this conversation as resolved.
Show resolved Hide resolved
- **Description**: [Provide a clear description of the changes and their purpose]
- **Related Issues**: #[issue number]
- **Type**:
- [ ] Feature
- [ ] Bug Fix
- [ ] Refactor
- [ ] Documentation
- [ ] Other:

## 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]
Loading