Describe the feature or problem you’d like to solve
I'd like to be able to specify an existing issue template when using gh issue create or, at a minimum, be able to specify that I want the "blank" template.
Proposed solution
- Add a --blank-template flag to indicate that the blank issue template should be used, and/or
- Add a
--template "[template name]" parameter to allow the user to specify which template to use