Tagged Questions
10
votes
6answers
378 views
Whose responsibility is a bug fix patch?
A situation that has arisen several times in open source projects goes like this:
I notice a bug in our deployment, and figure out a quick hack patch. (For example, simply commenting out code that ...