Skip to content

Commit

Permalink
Merge pull request #910 from Tgenz1213/PR_Template
Browse files Browse the repository at this point in the history
PR Template
  • Loading branch information
surapuramakhil authored Nov 22, 2024
2 parents e038183 + f21530d commit eb3e74a
Showing 1 changed file with 40 additions and 0 deletions.
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]
- **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]

0 comments on commit eb3e74a

Please sign in to comment.