]>
This page contains links to git repositories published (or republished) by the Community Data Science Collective.
If you click on any repository, you will see a URL that begins with git://
. You can get a full copy of any file by running the command of the form:
git clone [URL from summary page]
The most reliable way to send a patch to us is over email. You can do that by following these steps:
git commit -a
git format-patch HEAD~1
001-SOMETHING.patch
) to an email.Where should you email? If there's no owner listed or you can't find an email address for the person(sorry!), you can just send it to collective@communitydata.science and we'll make sure it gets to the right place!
If you are more comfortable putting a git repository with your changes online somewhere else and sending a link that to repository, that works too!
Community Data Science Collective || Want to submit a patch?