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 sometimes if it requires structural changes to the codebase or if my quick fix has a performance hit that I'm ok with I'll just fork it and use my version. Usually I just want to get a workaround as fast as possible so I'm not in the right headspace to write a good issue/bug report. That comes later (sometimes I forget though)