I'm fairly new to GIT and I've been trying to find an answer to this question on the internet but so far haven't found anything that speaks to it.
If I understand correctly the purpose of forking a repo is to allow you to play with the code in preparation of making a pull request, and then to make a pull request in order to contribute to the project.
But many times authors have done a fantastic job of creating plug-and-play javascript resources. In those cases I just want to keep a clean, and current, copy available for projects.
Take for example Lea Verrou's prefixfree. This is a brilliant project written by someone who knows a lot more about the vendor prefix mess than I ever will. I'm honestly not likely to be able to contribute to the project.
In this case, is forking the best option or is there a better way to maintain concurrency and storage for downloads?