์ ์ฅ์์ 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