...
What is a draft pull request?
A draft pull request is a pull request that is not yet ready for review. Draft pull requests are primarily used to share work in a early stage or run additional testing before declaring the pull request ready.
How do I create a draft pull request?
- If you are using a web browser, click the downwards pointing arrow on the green "Create Pull Request" button and choose "Create Draft Pull Request":
Image Added - If you are using GitHub CLI, provide the
--draft flag to gh pr create. - If you are using the Skara CLI tools, provide the
--draft to flag to git pr create.
SSH
Keys
How do I generate an SSH key?
...