Create GitHub issues on a repository from the command-line. More information: https://cli.github.com/manual/gh_issue_create.
gh issue create
bug
label interactively:gh issue create --label "{{bug}}"
gh issue create --assignee {{user1,user2,...}}
gh issue create --title "{{title}}" --body "{{body}}" --assignee "{{@me}}"
gh issue create --body-file {{path/to/file}}
gh issue create --web
gh issue create --help