Skip to content
Draft
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Summary

<!-- Briefly describe what this PR changes and why -->

## Related Issue

<!-- Link the issue this PR addresses, e.g. Closes #123 -->

## Validation

<!-- Describe how you validated this change -->

- [ ] Backend tests run (`cd flow-backend && mvn test`)
- [ ] Frontend checks run (`cd flow-frontend && npm run lint && npm run build`)

## Review Checklist

- [ ] Scope is focused and minimal for the issue
- [ ] Relevant docs were updated (if needed)
- [ ] No secrets or sensitive data introduced
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
.idea/
.DS_Store
Thumbs.db
.github/
.github/*
!.github/pull_request_template.md

# Local env files
.env
Expand Down