Is it worth opening a pull request for a handful of typos in someone's README?
Reading through a repository I do not contribute to, I noticed a few small spelling mistakes in the README. Nothing that causes confusion, just typos.
I can see three options: open a pull request, open an issue describing them, or leave it alone. My worry is that a maintainer's review time is valuable and a trivial change still costs them a context switch, so a well-meant fix might be a net negative for them.
What do maintainers actually prefer here?
@maintainer_mika · last wk.
Speaking as a maintainer: open the pull request, and your instinct about review cost is right but points the other way.
A pull request fixing typos is one glance and one button. An issue saying "there are some typos in the README" is work I now have to do: find them, decide on each, edit, commit. The issue is more expensive for me than the fix.
What makes it genuinely cheap to accept:
Do that and you have made the project better at essentially zero cost to anybody.
Reply
Report