Skip to content
New issue

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

🐛 Bug: All Contributors table not created in setup mode #1956

Closed
3 tasks done
JoshuaKGoldberg opened this issue Mar 6, 2025 · 1 comment · Fixed by #1958
Closed
3 tasks done

🐛 Bug: All Contributors table not created in setup mode #1956

JoshuaKGoldberg opened this issue Mar 6, 2025 · 1 comment · Fixed by #1958
Assignees
Labels
type: bug Something isn't working :(

Comments

@JoshuaKGoldberg
Copy link
Owner

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

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.

sections: options.contributors
? [printAllContributorsTable(options.contributors)]
: undefined,

Additional Info

Previously solved in 1.x: #676

🎁

@JoshuaKGoldberg JoshuaKGoldberg added the type: bug Something isn't working :( label Mar 6, 2025
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Mar 6, 2025
@JoshuaKGoldberg
Copy link
Owner Author

Ah, interesting, pnpx all-contributors-cli does get run in setup:

`pnpx all-contributors-cli add ${options.owner} code,content,doc,ideas,infra,maintenance,projectManagement,tool`,

But the contributors table not yet existing is probably causing some buggy behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working :(
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant