Skip to content

Commit 4e59c96

Browse files
authored
Add Github create repo organization hint (#85)
1 parent b48d620 commit 4e59c96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NewCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ protected function askToPushToGithub()
877877
$this->githubRepository = text(
878878
label: 'What should be your full repository name?',
879879
default: $this->name,
880+
hint: "Use `yourorg/$this->name` to create a repo in your organization.",
880881
required: true,
881882
);
882883
}

0 commit comments

Comments
 (0)