diaspora
https://github.com/diaspora/diaspora
Ruby
A privacy-aware, distributed, open source social network.
Diaspora::Fetcher::Public#update_fetch_status
No Docs, write some!
Edit
git clone [email protected]:diaspora/diaspora.git
cd diaspora
open lib/diaspora/fetcher/public.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Diaspora--Fetcher--Public-update_fetch_status-for-pr
# Commit to gitgit add lib/diaspora/fetcher/public.rbgit commit -m "better docs for Diaspora::Fetcher::Public#update_fetch_status"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Diaspora--Fetcher--Public-update_fetch_status-for-pr
hub pull-request
# Celebrate!