Skip to content
Open
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
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!-- PR title format: follow Conventional Commits style, e.g.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest adding this template to the main CLAUDE.md file, forcing Claude to use it for PR descriptions whenever needed.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I added

feat: add new postgres minor release images
fix: correctly mark stale instances as unknown
docs: add database migration guide
Common types: feat, fix, docs, chore, test, refactor, build(release)
See: https://www.conventionalcommits.org/en/v1.0.0/#summary
-->
## Summary

<!-- Briefly describe what changed and why. Link to a GitHub issue if appropriate. -->

## Checklist

- [ ] Tests added or updated (unit, regression, integration as needed)
- [ ] Docs/README updated (or not, with justification)
- [ ] Issue is linked (branch name or URL in PR description)
- [ ] Security checks (no secrets, vulnerabilities)
- [ ] Breaking changes (if any) are clearly called out in the PR description

## Notes for Reviewers

<!-- Instructions to help with the review including known limitations, design rationale, or follow-up tasks. -->