Create a pull request following the project's PR template at .github/pull_request_template.md.
Rules
- •Run
git fetch origin mainto update the remote ref, then rungit log origin/main..HEADandgit diff origin/main...HEADto understand what changes will be included. - •Write a concise PR title summarizing the changes (under 72 characters).
- •Fill in the Summary section with a brief description of what the PR does.
- •If
$ARGUMENTScontains an issue number, include- Closes #<issue-number>in the Summary section; otherwise omit that line entirely. - •Use
gh pr createwith--titleand--bodyto open the PR. - •Target the
mainbranch (--base main). - •Do not push or create the PR without showing the user the title and body first and asking for confirmation.