I'm seriously starting to think that I need to fork an open source project, for it to suit my own needs. I've sent patches to the original author, but the responses have been pretty terse and, well, unwelcoming.
Anyhow. I've read the question Forking an open source project nicely, but this doesn't answer my more specific question:
What should I do with the files?
First of all, should I continue with the origninal Git repository, or just throw away all history, and begin anew ("rm -rf .git && git init
")? Secondly, are there any opinions regarding old readme:s, previous release info and versioning?
Naturally, licensing and attribution would be handled as per the license's requirements.