| name | pr |
| description | Create a pull request with a structured template |
| disable-model-invocation | true |
Create Pull Request
Note: If we're on main, then create a new feature branch following this pattern: nicknisi/${feature}.
Create a PR for the current branch following this template:
Title
Concise description of the change. Keep under 72 characters.
Body Template
## Summary
<!-- 1-3 bullet points describing WHAT changed -->
## Why
<!-- Brief context on WHY this change was needed -->
## Notes
<!-- Optional: anything reviewers should know -->
Process
- Check
git status and git log to understand changes on this branch
- Draft title and body following the template
- Create PR using
gh pr create
- Return the PR URL