vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

Is it possible to create an issue without label? #366

Closed yashi closed 5 years ago

yashi commented 5 years ago

When I tried to create a new issue with magithub, it asked me to put a label on it. Is it possible to submit an issue without any label?

vermiculus commented 5 years ago

Yes. You will have to refer to the documentation for your completion system to do so. Under Ivy, this idea is called 'accepting the current input', which in your case is null. Under Ivy, this can be done with C-M-j.

vermiculus commented 5 years ago

Duplicate of #347