Merge pull request #2262 from quiye/issue-report

Change feedback repo to github.com/cli/cli instead of cli/cli
This commit is contained in:
Mislav Marohnić 2020-10-23 12:44:09 +02:00 committed by GitHub
commit c8b7dade30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command {
`),
Annotations: map[string]string{
"help:feedback": heredoc.Doc(`
Open an issue using 'gh issue create -R cli/cli'
Open an issue using 'gh issue create -R github.com/cli/cli'
`),
"help:environment": heredoc.Doc(`
See 'gh help environment' for the list of supported environment variables.