-
Notifications
You must be signed in to change notification settings - Fork 45
Add PR template #380
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
base: main
Are you sure you want to change the base?
Add PR template #380
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## Pull Requests | ||
| When creating PRs, always read and follow the template at `.github/pull_request_template.md`. | ||
| Use `--body-file .github/pull_request_template.md` with `gh pr create`, then fill in each section appropriately based on the changes. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Addition of this file would conflict with anyone who has their own setup locally. It would be ongoing problem when creating commits or merging etc. I suggest we add a sample file (.claude/CLAUDE.md.example) instead and also have .claude/CLAUDE.md in .gitignore.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rasifr , |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <!-- PR title format: follow Conventional Commits style, e.g. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggest adding this template to the main
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. --> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this line is necessary: I wonder how many developers are so crazy as to allow AI to execute code on their machines, but hope not so much.
As an example, you may check the same PR for snowflake extension here: pgEdge/snowflake#37