DEV Community

Discussion on: What made you look at a project and submit a PR? Or Not?

Collapse
 
turfaa profile image
Turfa Auliarachman • Edited

Most of the times, the scenario is:

  1. I use a library.
  2. It is missing a feature that I need or the feature that I want to use has a bug.
  3. I fix it on my own repository and use it instead.
  4. If I think this fix will help the others, I will submit a pull request. (Because sometimes, what I need is very specific or even modify the real behaviour of that library.)

I said "most of the times" because there is a repository that I have contributed to, that I contribute because I have the same vision with the project.