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 It depends on the project and my mood, really. I'll open an issue if there isn't already one and if I feel like someone will actually care, and I'll try to fix it myself if I feel like I might be able to, within the time I have, and that it will actually be reviewed and merged. Otherwise I'll just try to work around it. Often there's already an issue that has been open for 5+ years, so there isn't much else to be done.