...
- If you are using a web browser, see https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
- If you are using GitHub Desktop, see https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request
- If you are using GitHub CLI, see https://cli.github.com/manual/gh_repo_fork
- If you are using the Skara CLI tools, see CLI Tools#Creatingapullrequest
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":
- If you are using GitHub CLI, provide the
--draft
flag togh pr create.
- If you are using the Skara CLI tools, provide the
--draft
to flag togit pr create
.
SSH
Keys
How do I generate an SSH key?
...
Overview
Content Tools
ThemeBuilder