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: contributors should be recommendation as opposed to warning? #60

Open
danielbayley opened this issue Jul 22, 2017 · 1 comment
Labels
status: blocked Waiting for something else to be resolved ๐Ÿ™… type: bug Something isn't working :( ๐Ÿ›

Comments

@danielbayley
Copy link

Many projects donโ€™t have any contributors other than the package author, so maybe either this should be a recommendation, or possibly even some kind of git check of [if] the number of contributors [> 1]โ€ฆ something like:

(($(git shortlog -s | wc -l) > 1))

@JoshuaKGoldberg
Copy link
Owner

I think we can remove the warning about contributors altogether. It's common for packages to have just one author. In an ideal world, every package would have multiple people responsible for it... but in practice, that's not feasible much of the time.

Note that per #78 I'm still ramping up on this project. I'm going to mark this as status: blocked for a little while to get through less break-ing-change-y changes. But then once we're ready for a new major, this should be a nice straightforward win. Cheers! ๐Ÿงก

@JoshuaKGoldberg JoshuaKGoldberg added type: bug Something isn't working :( ๐Ÿ› status: blocked Waiting for something else to be resolved ๐Ÿ™… labels Mar 28, 2024
@JoshuaKGoldberg JoshuaKGoldberg changed the title contributors should be recommendation as opposed to warning? ๐Ÿ› Bug: contributors should be recommendation as opposed to warning? Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: blocked Waiting for something else to be resolved ๐Ÿ™… type: bug Something isn't working :( ๐Ÿ›
Projects
None yet
Development

No branches or pull requests

2 participants