We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48d620 commit 4e59c96Copy full SHA for 4e59c96
1 file changed
src/NewCommand.php
@@ -877,6 +877,7 @@ protected function askToPushToGithub()
877
$this->githubRepository = text(
878
label: 'What should be your full repository name?',
879
default: $this->name,
880
+ hint: "Use `yourorg/$this->name` to create a repo in your organization.",
881
required: true,
882
);
883
}
0 commit comments