Sean Allred
Sean Allred
The other alternative that we could take would be changing what sections are turned on by default. Filling and fontifying the first parts of the issue body probably isn't cheap...
> > I don't have a computer with a working emacs at the moment > > 😱 I know :-( my emacs computer is largely my wife's now until hers...
IIRC you do need to assign reviewers manually still (not for long!) but you can assign…assignees from the status buffer (or anywhere you see this field): ``` Head: 64e1a6c bleep...
Long term goal is to have a single binding for a magit-popup interface for issue/PR settings like this. Would that make it easier from a spacemacs perspective? (I don't use...
You should be able to use the magit section-movement commands; surely _those_ exist in spacemacs, yes?
I do plan to have some solution for setting up a PR completely before submission, so this issue should remain open.
It would be good to keep in mind so the implementation is robust enough to do both; thanks for mentioning!
Thanks for the great write-up! I'll note that for now, github will be prioritized over other content providers. Overall support for others (gitlab, etc.) are being tracked in #81.
Related to #160
For existing PRs, yes? You can create a function like `magithub-issue-view-insert-state` and add it to `magithub-issue-view-headers-hook`. That's how I'd tackle this.