Skip to content
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
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Related Ticket
<!-- Link the Plane ticket: https://foss-pm.local.moneta.dev/... -->

## Description
<!-- What changed and why? Link related issues: FIX #123 -->

## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Improvement / Enhancement
- [ ] Refactoring
- [ ] Performance improvement
- [ ] Documentation
- [ ] Infrastructure / CI

## Testing
<!-- How did you verify the change? -->
- [ ] Tested locally
- [ ] New / updated tests included

## Screenshots
<!-- If applicable, add before/after screenshots -->

## Checklist
- [ ] No lint or build errors
- [ ] All existing tests pass
- [ ] Documentation updated (if needed)
Loading