저장소에 GitHub 이슈 생성. 더 많은 정보: https://cli.github.com/manual/gh_issue_create.
gh issue create
bug
레이블을 사용하여 대화식으로 새 이슈 생성: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