pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.24k stars 124 forks source link

[Feature Request] Match `issue create` and `pr create` last question #565

Open rrcomtech opened 1 week ago

rrcomtech commented 1 week ago

Issue Description

feature request

Usually, I expect issue create and pr create to behave similarly. Especially, as the only thing that I cannot simply confirm (smash-enter) is typing a title. However, creating a PR requires me to confirm in the end, that I really want to create the PR. Creating an issue requires me not to confirm whether I want to create an issue, but to confirm to use the current buffer.

So, for creating a blank PR, I need to confirm in the end and for creating an issue I need to deny in the end. This is contradicting and I believe it should be switched.

Describe what you expected to happen

I expect that when I confirm the last step of creating an issue, I get a blank issue (i.e., flip the answers of 'Do you want to use the current buffer as body of the issue?').

Tell us your environment

nvim 0.9.5 Octo directly from GitHub