Create pull request for increment implemented to satisfy the issue.
# Create Pull Request Command ## Purpose Create pull request for increment implemented to satisfy the issue. Add, commit, push code for the finished increment. Create Pull request in GitHub using the `gh` CLI. This command is called by an orchestrating command, and is one of the steps in a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order. ## Workflow Steps 1. List unstaged changes using `git status` 2. Read the specification linked in the state management file ($2) and compare with unstaged changes to understand how the incre...
Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.
Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.
Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.
Create and push PR with auto-generated title and description
This guide explains how to create pull requests using GitHub CLI in our project.