We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main
When running npx create-typescript-app@beta on a new repository, a ## Contributors README section with a contributors table should be created.
npx create-typescript-app@beta
## Contributors
It isn't right now because there are no existing detected contributors.
create-typescript-app/src/blocks/blockAllContributors.ts
Lines 25 to 27 in cec96c0
Previously solved in 1.x: #676
🎁
The text was updated successfully, but these errors were encountered:
Ah, interesting, pnpx all-contributors-cli does get run in setup:
pnpx all-contributors-cli
Line 71 in cec96c0
But the contributors table not yet existing is probably causing some buggy behavior.
Sorry, something went wrong.
810eaad
JoshuaKGoldberg
Successfully merging a pull request may close this issue.
Bug Report Checklist
main
branch of the repository.Expected
When running
npx create-typescript-app@beta
on a new repository, a## Contributors
README section with a contributors table should be created.Actual
It isn't right now because there are no existing detected contributors.
create-typescript-app/src/blocks/blockAllContributors.ts
Lines 25 to 27 in cec96c0
Additional Info
Previously solved in 1.x: #676
🎁
The text was updated successfully, but these errors were encountered: