Create GitHub issues on a repository. More information: https://cli.github.com/manual/gh_issue_create.
gh issue create
bug label interactively:gh issue create {{[-l|--label]}} "{{bug}}"
gh issue create {{[-a|--assignee]}} {{user1,user2,...}}
gh issue create {{[-t|--title]}} "{{title}}" {{[-b|--body]}} "{{body}}" {{[-a|--assignee]}} "{{@me}}"
gh issue create {{[-F|--body-file]}} {{path/to/file}}
gh issue create {{[-w|--web]}}
gh issue create --help