-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Description
Describe the feature or problem you’d like to solve
My typical workflow is to create an issue, then a branch that has a PR that also links that issue, and when the PR is successfully merged, the branch is deleted and the issue is closed.
Although this can technically be achieved as is, it would be nice if this process could be automated further.
Proposed solution
Any of the below steps would be of great benefit :)
- Upon creation of a new issue, allow an option to create a feature branch with the same name as the issue, within the interactive prompt. This branch would then set up a pull request which links to the issue,
- When merging the pull request, have the option to close the issue.
- Allow users to link an issue to a pull request manually through the use of a command.
Finally
Thanks so much for your hard work on this project. I love using this tool and am very grateful for its existence!
Reactions are currently unavailable