gh issue create

저장소에 GitHub 이슈 생성. 더 많은 정보: https://cli.github.com/manual/gh_issue_create.

gh issue create

gh issue create --label "{{bug}}"

gh issue create --assignee {{user1,user2,...}}

gh issue create --title "{{제목}}" --body "{{본문}}" --assignee "{{@me}}"

gh issue create --body-file {{경로/대상/파일}}

gh issue create --web

gh issue create --help