Spacemacs Magit can now https://github.com/syl20bnr/spacemacs/commit/0260abc8c4644c0bb83833c6adfbbdad962b8828 (for those times when you want to spend a bit more time working on the PR or need some initial feedback)
, m d toggle draft status when viewing a pull request (in the git layer along with Magit and Forge)
I create pull requests from Magit Status buffer using forge, so I dont need to visit the GitHub website to do so.
• SPC g s to open magit
• @ a to add the repository to Magit Forge and download the topics (issues, prs) or @ f f to refresh the topics if the repository was already added
• @ c p to create a pull request, selecting the branch with the changes then the branch to merge into
• Edit the pull request description in the buffer that pops up and optionally toggle to draft
• , , or Z Z to complete the pull request description and send it to GitHub
This is covered in more detail at https://practical.li/spacemacs/source-control/magit/forge/ along with https://practical.li/spacemacs/source-control/git-configuration/ and https://practical.li/spacemacs/source-control/forge-configuration/ setup