Skip to content

Commit

Permalink
Add Github create repo organization hint (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort authored Oct 15, 2024
1 parent b48d620 commit 4e59c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ protected function askToPushToGithub()
$this->githubRepository = text(
label: 'What should be your full repository name?',
default: $this->name,
hint: "Use `yourorg/$this->name` to create a repo in your organization.",
required: true,
);
}
Expand Down

0 comments on commit 4e59c96

Please sign in to comment.