Create Pull Request
Generate a PR title and description, then open it on GitHub.
Title format: [PATCH|MINOR|MAJOR] <TICKET>: <Concise Description>
Step 0: Precondition checks
git status --short
git diff --check
- If there are merge conflicts (
git diff --checkexits non-zero or<<<<<<markers exist) → stop: "Resolve merge conflicts before opening a PR." - If the branch has no commits ahead of the base → stop: "Nothing to PR — no commits ahead of base branch."
- Che
[Description truncada. Veja o README completo no GitHub.]