Programmers only: if you find a bug in someone else's software that affects your project, which of these things do you do? Select all that apply.

#EvanPoll #poll

Workaround
33.7%
Issue/bug report
39.8%
Pull request
23.8%
Other (please specify)
2.7%
Poll ended at .

@evan one annoying case when you're dealing with long term support Linux distros is that you might have an old version of software with a bug that has long since been fixed, but it's not a "security" issue, so the only thing you can really do is work around it.

I do generally try to report issues if I'm working with newer software, tho I might still need a short term workaround too. PRs are less common but I've done a few.